* {
    margin: 0;
    font-family: sans-serif;
}

body {
    background: #2b669a;
    color: #fff;
}

.full-h-screen {
    min-height: 100vh;
}

.center {
    display: block;
    text-align: center;
    margin: 0 auto;
}

img, video {
    max-width: 100%;
    height: auto;
}

.middle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

a {
    text-decoration: none;
    color: #ffc952;
}

a:hover {
    color: #fff0a6;
}