*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body{
    height: 100vh;
    background-size: 100% 100%;
    background-color: #502F29        ;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container{
    width: 80%;
    height: 80%;
    border: 1px solid #fff;
     background-image: url("https://images.template.net/359522/Coffee-Aesthetic-Background-edit-online-2.jpg");
     background-size: 100% 100%;
}

.header{
    width: 100%;
    height: 60px;
    border: 1px solid #6F4E37;
    background-color: #6f4e3765;
    display: flex;
}
@font-face {
    font-family: Poppins;
    src: url(./fonts/cafe-racer.regular.ttf);
}
h1{
    width: 35%;
    height: 100%;
    font-family: 'Poppins';
    font-size: 39px;
    display:flex;
    justify-content: center;
    align-items: center;
}

a{
    color:  #2B2B2B;
    font-size: 20px;
    text-decoration: none;
    transition-duration: 0.5s;
}
@font-face {
    font-family: cat;
    src: url(./fonts/catcafe.medium.ttf);
}
.tags{
    width: 65%;
    height: 100%;
    display: flex;
     justify-content: end;
    align-items: end;
    padding-bottom: 10px;
    padding-right: 10px;
    gap: 8px;
    font-family: cat;
}

a:hover{
    color: #E8CAA3; 
    text-decoration: underline  #E8CAA3;
}

h1:hover{
    color: #E8CAA3;
}

h2{
    font-size: 30px;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    position: relative;
    top: 130px;
    left: 680px;
}

 