.source-serif,
h1 {
    font-family: "Source Serif 4", serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: italic;
}

body {
    background-color: black;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}

h1, p, a {
    color: white
}

h1{
    font-size: 5rem!important;
}

.content {
    height: 50vh;
}

.main {
    height: 100%;
    width: 100%;
}

a:hover {
    color:rgb(202, 15, 155);
    transition: color .3s ease;
}

@media (min-width:1366px) {
    h1{
        font-size: 7rem!important;
    }
}