*{
    background-color: orange;
    padding: 0; 
    margin: 0; 
}
a{
    background-color: yellow;
    color: brack;
    text-decoration: none;
    padding-bottom: 10px;
}

header{
    background-color:yellowgreen
    padding: 50px;
    text-align: center;
    border: 50px;
    border-color: black;
}

header h1{
    font-size: 60px;
    background-color: orange;
}

header nav ul{
    background-color: beige;
    display: flex;
    justify-content: space-around;
    list-style-type: none;
}

main h2{
    font-size: 10px;
}

.top img{
    max-width: 100%;
    
}

.about{
    background-color: orange;
    padding: 5px;
    text-align: center;
    margin: left 5px;
}

.about h2{
    font-size: 24px;
    margin-bottom: 5px;
}

.about p{
    font-size: 15px;
}

.menu{
    background-color: orange;
    padding: 5px;
    text-align: center;
}

.menu h2{
    font-size: 24px;
    margin-bottom:20px;
}

.menu p{
    font-size: 18px;
    margin-bottom: 20px;
}

.menu p1{
    margin-bottom: 20px;
}



main{
    background-color: orange;
    width:100%;
    text-align: center;
    margin-left: 5px;
}

main p{
    background-color: orange;
}


aside{
    background-color: lightgreen;
    padding: 5px;
    text-align: center;
}   

aside h2{
    background-color: lightgreen;
    font-size: 36px;
    margin-bottom: 20px;
}

aside p{
    background-color: lightgreen;
    font-size: 15px;
}

aside p1{
    background-color: lightgreen;
    font-size: 30px;
}

aside img{
    padding:10px;
    background-color: lightgreen;
    width: 50px;
}

aside a{
    background-color: lightgreen;
    font-size: 15px;
}

aside .btn{
    background-color: lightgreen;
    display: inline-block 
}
