body{
    height: 100vh;
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQdw5lwv0Cg8PpUO3EoWyorgvcZLt5-Z0AIpg&s);
}
@font-face {
    font-family: ner;
    src: url(./fonts/cihuy.regular.ttf);
}
header{
    width: 100%;
    height: 50px;
    border: 1px solid #000;
    background-color: #8E6748;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-family: ner;
}
header:hover{
    color:brown;
}

.container{
    height: auto;
    width: auto;
    padding: 7px;
    border: 1px solid #5B2A0C;
    border-radius: 20px;
    background-color: #8e68488e;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}

a{
    width: 100%;
    height: 35px;
    border: 1px solid #000;
    color: white;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: darkslategray;
    margin-bottom: 40px;
}