@charset "utf-8";
@font-face {
    font-family: Coffee;
    src: url(./fonts/adorage/Adorage.otf);
}

* {
    margin: 0;
    padding: 0;
}

h1{font-size: 80px;
  color: #f1f1f1;
    text-align: center;
    margin-top: 2%;
    font-family: Coffee;
}

header{
    margin-top: 1%;
    margin-bottom: 1%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    
    
}

/* section, img{
    width: 3px;
    height: 3px;
} */


main{
    border-top: 0.4px solid white;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 58px;
}
h2{
    text-align: center;
    margin-top: 5%;
}


.menu{
    display: flex;
    overflow: hidden;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 4em 4em;
    
  
    margin-top:1%;
    /* left: 50%;
    transform: translate(-50%, -50%); */
    width: 800px;
    height: 300px;
    /* background-image: url(https://static8.depositphotos.com/1009086/993/i/450/depositphotos_9932911-stock-photo-fabric-textile-textured-background.jpg); */
    background: linear-gradient(black, rgb(43, 27, 4))

    
}

.login{
    margin-left: 2%;
    display: flex;
}

/* .galeria{
    margin-left: 10%;
    margin-top: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2em;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2em;
    background-color: #5e2c04;
    margin-bottom: 2em;
    max-width: 1000PX;
    background-image: url(https://static8.depositphotos.com/1009086/993/i/450/depositphotos_9932911-stock-photo-fabric-textile-textured-background.jpg);
} */
.card{
    display: flex;
    flex-direction: column;
    justify-content: center;
   
    
}

img{
    width: 160px;
    height: 160px;
}

footer{
    border-top: 0.4px solid white;
    text-align: center;
    /* margin-top: 40%; */
    margin-bottom: 0;
    background-color: black;
    
    
    
}
body{
    background-image: url(https://i.pinimg.com/originals/31/ca/2b/31ca2bcf105003bf97be1aaf9e564df6.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    color: #f1f1f1;
}
p{
    font-size: 14px;
}

a{
    color: #070606;
    background-color: yellow;
    border-radius: 6px;
    text-decoration: dotted;
}