@font-face {
    font-family: "Cinzel";
    src: url('../fonts/Cinzel-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body{
    margin: 0;
    padding: 0;
    overflow-y: hidden;
}

#crest{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto
}
#crest img{
    width: 800px; 
    align-items: center; 
}

#construction{
    font-family: 'Cinzel';
    font-size: 6vh;
    text-align: center;
    transform: translateY(-50px);
}

