#frame {
    border-radius: 5px;

    /* border: 2px dotted white; */
}

body {
    background-color: black;
    color: rgb(200, 185, 185);
    font-family: 'Bitter', serif;
}

h1 {
    margin-top: 100px;
    font-weight: 500;
    font-size: 64px;

    /* margin-bottom: -20px; */
    text-transform: uppercase;
}

p {
    margin-top: 40px;
    font-weight: 200;
    font-size: 16px;
    line-height: 140%;
    max-width: 800px;
}

b {
    font-weight: 500;
}

/* Safari */
:-webkit-full-screen {
    background-color: black;
}

/* IE11 */
:-ms-fullscreen {
    background-color: black;
}

/* Standard syntax */
:fullscreen {
    background-color: black;
}