
/*TODO
1. Add reset section.
*/

html {
    height: 100%;
}
header {
    display: inline-flex;
    background-color: black;
    color: white;
    justify-content:center;
    font-size:4rem;
    width:100%;
}

.imgcontainer {
    width:8%;
    height:auto;
}

.imgcontainer img {
    width: 100%;
}

#yellow {
    color: yellow;


}

main {
    display:block;
    background-color:black;
    color:white;
    text-align:center;

}

button {
    font-size:3rem;
}
footer {
    display:flex;
    background-color:black;
    color:white;
    font-size: 1rem;
    justify-content: space-around;
}
