* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    background-color: #0d0122;
    font-family: "Plus Jakarta Sans";
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    width: 100vw;
    height: 100vh;
    color: #fff;
}

.wrapper .header {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-weight: 800;
    font-size: 2rem;
    text-align: center;
    gap: 20px;
}

.wrapper .header img {
    width: 26.042vw;
}