a{
    text-decoration: none;
    font-family: "Cormorant";
    font-weight: 100;
    color: rgb(5, 6, 6);
    font-size: 25px;
}
body{
    font-family: "Cormorant";
    font-weight: 100;
}
h1{
    font-family: "Merri";
    font-weight: 300;
    color: rgb(255, 255, 255);

}
p{font-family: "Cormorant";
    font-weight: 200;
    color: antiquewhite;
    font-size: 1rem;
}
li{
color: transparent;
}

h2{font-family: "Cormorant";
    font-weight: 300;
    color: antiquewhite;
}
h3{font-family: "Cormorant";
    font-weight: 100;
    color: antiquewhite;
}
footer{color: black;
}