.lg {
    font-family: "League Gothic", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
html{

}
body {
    margin: 0;
    padding: 0;
    /* height: 100%; */
    background:url('img/havana-crop.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center ;
}
body {
}
main {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    width: 100%;
    height: 100dvh;
    /* border:2px solid red; */
}
.icon{

 /* position: absolute;
 bottom:50px; */


}
a.icon-link{
    grid-column: 1;
    grid-row: 1;
    align-self: end;
    justify-self: center;
    position: relative;
    bottom:100px;
    text-align: center;
}
.icon {
    max-width: 240px;
}