* {
    -webkit-tap-highlight-color: transparent;
    transition:0.4s;
}

.container {
    min-height: 90vh;
    background: #000;
    display: flex;
    flex-direction: column;
    padding: 16px;
}

body {
    margin: 0;
    padding: 0;
    
    background-color: #000;
    
    color: #fff;
    height: 100vh;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.container {
    text-align: center;
}