@charset "UTF-8";

#page-content {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-around;
}

#logo img {
    width: 70%;
}

#play {
    text-align: center;
    border-radius: 10px;
    padding: 3.25rem;
    margin-bottom: 20vh;
}