#header{
    height: 10%;
    width: auto;
    background-color: burlywood;
    top: 0px;
    left: 0px;
    padding : 12px;
    margin: -4px;
}

#menu-container{
    width: 100%;
    height: auto;
    position: relative;
    margin: 0px;
}

#menu{
    position: absolute;
    width: 100%;
    height: auto;
}

#you{
    position: absolute;
    display: flex;
    flex-direction: row;
    left: 49%;
    top: 65px;
    width: 30%;
    height:120px;
}

#you-text{
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 20px; 
    outline-style: solid;
    outline-color: #422800;
    outline-width: 5px;
    padding: 15px;
    border-radius: 10px;
    font-size: 30px;
    background-color: rgb(255, 249, 196);
}

#pointer{
    transform: rotate(90deg);
    width: 20%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;

}

#stop-container{
    position: absolute;
    left: 10%;
    top: 100px;
    height: auto;
    width: 50px;
    border-radius: 50px;
    background-color:chartreuse;
}

.stop{
    transform: translate(5px, 5px);
    height: 40px;
    width: 40px;
    border-radius: 40px;
    background-color: whitesmoke;
    margin-bottom: 240px;
}

.stop:last-of-type{
    margin-bottom: 10px;
}

#button-container{
    position: absolute;
    left: 20%;
    top: 80px;
    height: auto;
    width: auto;
}

.button{
    background-color: #fbeee0;
    border: 2px solid #422800;
    border-radius: 10px;
    box-shadow: #422800 6px 6px 0 0;
    padding: 10px;
    padding-top: 8px;
    font-size: 50px;
    width: 500px;
    height: 60px;
    margin-bottom: 200px;
}

.button:hover{
    box-shadow: #422800 5px 5px 0 0;
    transform: translate(1px, 1px);
}

.button:active {
    box-shadow: #422800 2px 2px 0 0;
    transform: translate(4px, 4px);
}

body{
    margin: 0px;
}
