/* Grid start */

.wrapper{
    max-width: 1365px;
    margin: 0 auto;
    height: 100%;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
    width: 100%;
}

/* Grid end */

body {
    font-family: "Geologica", sans-serif;
    background: #11021c;
}

h1 {
    color: #8a4ac3;
    font-size: clamp(20px, 5vw, 50px);
    text-transform: uppercase;
}

a {
    font-size: clamp(18px, 5vw, 30px);
    color: #8a4ac3;
    text-decoration: none;
    transition: .2s ease;
}

a:hover {
    color: #8a4ac3;
}