*{
    font-family: "SUIT", sans-serif;
}

body{
    background-color: rgb(247, 241, 232);
}

p#memo{
    font-size: 10px;
    margin-top: 20px;
}

span.material-icons-outlined{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

button#home{
    background-color: transparent;
    border: none;
    color: rgb(223,31,32);

}



p#title{
    margin-top: 50px;
    font-weight:bolder;
    font-size: 17px;
}

span#tag{
    font-size: 10px;
    background-color: rgb(133, 133, 133);
    color: white;
    border: none;
    padding: 3px 5px;
    border-radius: 10%;
}

label#recipe{
    font-size: 13px;
    display: flex;
    position: relative;
    left : 100px;
    top: 20px;
}

footer{
    margin-top : 60px;
    
}

button#blue{
    background-color: rgb(226, 147, 147);
    border: transparent;
    color: white;
    padding: 7px;
    margin-top: 4px;
}

button#red{
    background-color: rgb(223,31,32);
    border: transparent;
    color: white;
    padding : 7px;
    margin-top: 4px;
    margin-right: 4px;
}