body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: white;
}

content {
    background: url('https://oss.v-dk.com/img/202306211809395.jpg') center;
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h1 {
    letter-spacing: .2rem;
    text-transform: uppercase;
    background: black;
    padding: 15px 20px;
    margin: 0;
}

video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.icp a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}