body {
    background-color:rgb(123, 38, 207);
    
}

.main-box {
    background-color: rgb(58, 139, 211);
    width: 250px;
    margin: auto;
    padding: 20px;
    border: 3px solid black;
}

h1 {
    text-align: center;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 35px;
}

ul {
    list-style: none;
}

.recipe-link {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-style: oblique;
    color:blue;

}