body {
    background-color: #0c0906;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: normal;
    color:rgb(211, 183, 146);
}
img {
    height: 100vh;
    object-fit: contain;
    opacity: .7;
}
img:hover {
    opacity: 1;
}
a:visited {
    color:antiquewhite;
}

a:hover {
    color:rgb(148, 113, 67);
}
