html,
body {
    font-family: "adrianna-extended", sans-serif;
    font-weight: 300;
    font-style: normal;

    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    color: #fff;
    background-color: #203555;
    background-image: url('switch.jpg');
    background-size: cover;
}

.content {
}
