* {
    box-sizing: border-box
}

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    min-height: 100vh;
    background-color: rgba(128, 222, 128, 0.81);
}

div.container {
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    background-color: whitesmoke;
    border-radius: 25px;
    box-shadow: 2px 3px 5px 0px grey;
}

#mealBtn, #topBtn {
    background-color: orange;
    color: whitesmoke;
    border: 0;
    font-size: large;
    font-family: 'Be Vietnam Pro', sans-serif;
}

#mealBtn:hover, #topBtn:hover {
    background-color: rgb(255, 203, 106);
    box-shadow: 2px 3px 5px 0px grey;
}

.title {
    text-align: center;
    color: rgb(58, 136, 58);
    font-family: 'Be Vietnam Pro', sans-serif;
}

img {
    width: 100%;
    height: 100%;
}

h3 {
    color: rgb(58, 136, 58);
}

#youtube {
    position: relative;
    height: 0px;
    padding-bottom: 56.25%;
    text-align: left;
}

#video {
    position: absolute;
    width:100%;
    height:100%
}

#meal {
    font-family: 'Be Vietnam Pro', sans-serif;
    color: rgb(58, 136, 58);
}

#ingredients {
    font-family: 'Be Vietnam Pro', sans-serif;
    color: rgb(58, 136, 58);
}

#how {
    font-family: 'Be Vietnam Pro', sans-serif;
    color: rgb(58, 136, 58);
}

#top {
    text-align: center;
}

.snsicon {
    border: none;
    margin: 10px;
    padding: 0;
    width: 48px;
    height: 48px;
}