#toolbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#toolbar li {
    float: left;
    height: 38px;
}

#buttons {
    display: block;
}

#funText {
    text-align: center;
    text-decoration: none;
    margin-top: 35px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

#pets {
    height: 500px;
    float: right;
    margin-right: 20px;
    margin-top: 0px;
    display: block;
}

#hobbies {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: small;
}

#likes {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: small;
}

.intro {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 650;
    padding-left: 10px;
}

#petsText {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    float: right;
    margin-right: 90px;
    margin-top: 365px;
}

#secretText {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #7a8cc6;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

#newPetsText {
    display: none;
    margin-left: 50px;
    padding-left: 2px;
    padding-right: 2px;
}

#videoContainer {
    height: 89vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#video {
    height: 100%;
    width: 100%;
    border: none;
}

#coinFlip {
    background: #4dd0e1;
    height: 300px;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

#coinImg {
    margin-top: 20px;
    margin-bottom: 20px;
}

button {
    height: 50px;
    width: 150px;
}

label {
    text-align: center;
}

@media screen and (max-width: 1910px) {
    #pets {
        width: 100%;
        height: auto;
        float: none;
    }

    #hobbies {
        width: 95%;
        height: auto;
        margin: 0 auto;
        padding-right: 10px;
    }

    #likes {
        width: 95%;
        height: auto;
        margin: 0 auto;
        padding-right: 10px;
    }

    #petsText {
        display: none;
    }

    .intro {
        text-align: center;
        margin: 10 auto;
    }

    .pfp {
        height: 80%;
    }

    #newPetsText {
        display: block;
        font-family: "Jost", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        margin-left: 8px;
        margin-bottom: -2px;
    }
}

@media screen and (max-height: 800px) {
    #newPetsText {
        width: 100px;
    }
}

@media screen and (max-height: 670px) {
    #newPetsText {
        font-size: smaller;
        width: 62px;
    }
}

@media screen and (max-height: 550px) {
    #newPetsText {
        font-size: xx-small;
        width: 42px;
    }
}

@media screen and (min-width: 2000px) {
    #pets {
        width: 50%;
        height: auto;
    }
}
