body {
    margin: 0;
    height: 100%;
    width: 100%;
    background-color: black;
}

.container {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
}

.container iframe {
    height: 641px;
    width: 1139px;
    margin-top: -10px;
    border: none;
}

.instructions {
    position: relative;
    justify-content: center;
    margin-top: -10px;
    p {
        text-align: center;
        font-family: 'Fisher';
        font-size: 30px;
        color: #56e9dd;
    }
}

@font-face {
    font-family: 'Fisher';
    src: url(Fisherman-Regular.otf);
}
