*{
    font-family: 'Miama Nueva';
    font-size: 1.5rem;
}
body{
    background-color: rgb(255, 255, 255);
}
header{
    background: url('/assets/IMG_5153.JPG') no-repeat fixed;
    background-size: contain;
    height: 24rem;
    margin-left: -2.5%;
    margin-right: -2.5%;
    margin-top: -6%;
    border-radius: 0 0 10px 10px;
}
.header{
    justify-self: center;
    text-align: center;
}
header p{
    font-size: 0.9rem;
    padding-top: 3rem;
    justify-self: right; 
    color: rgb(100, 80, 49);
}
.h1{
    color: rgb(100, 80, 49);
}
.h2{
    color: rgb(100, 80, 49);
    font-size: 1.3rem;
}
.header img{
    width: 60%;
}
.h1-head{
    margin-top: 15rem;
    justify-self: center;
    font-size: 1.2rem;
    color: rgb(255, 255, 255);
}
.p{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 0.8rem;
    color: rgb(29, 13, 5);
}
.p-white{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 0.8rem;
    color: rgb(255, 255, 255);
}
.size{
    font-size: 1.1rem;
    margin-top: 4rem;
}
.size2{
    margin-top: 5rem;
}
.p-h2{
    font-family:'Courier New', Courier, monospace;
    font-size: 1.5rem;
    color: rgb(29, 13, 5);
}
.a{
    margin-top: 3rem;
    text-align: center;
}
.a img{
    width: 100%;
}
.a2{
    margin-top: 4rem;
    background: url('/assets/image\ \(1\).jpg') no-repeat ;
    background-size: contain;
    height: 24rem;
    border-radius: 10px;
    color: white;
    
}
.a2 a{
    text-decoration: none;
    border: 2px solid white;
    border-radius: 15px;
    padding: 0.3rem 2rem 0.3rem 2rem;
}
.a2-center{
    padding-top: 1.5rem;
    text-align: center;
}
.a3{
    text-align: center;
    color: rgb(100, 80, 49);
}
.pad{
    padding: 0px;
    margin: 0px;
}
