html * {
    margin: unset;
    padding: unset;
    font-family: 'Roboto Condensed';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
}

body {
    display: flex;
    flex-direction: column;
    align-items: space-between;
    justify-content: center;
    align-content: center;
    gap: 20px;
    text-align: center;
    padding: 0;
    margin: 0;
    background: #0D132D;
    color: #fff;
}

main,
footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 20px;
}

main {
    height: 95vh;
    width: 100%;
}

footer {
    width: 100%;
}

.wasit {
    font-size: 3em;
}