body {
    background-color: #fee633;
}

.rascallogo {
    width: 200px;
    padding: 0 0 0;
}
.rascallogo:hover {
    filter: blur(1px);
}

div.stratasmall {
    visibility: visible;
    height: auto;
    width: 70%;
    margin: 0;
    z-index: 1;
    justify-content: center;
    }
    div.stratasmall p {
        font-size: 1.7em;
        background-size: cover;
        color: white;
        display: inline;
    }
    .stratasmall a {
        text-decoration: none;
        color: white;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
        margin: auto;
        line-height: 0.15;  
    }
    .stratasmall a:hover {
        text-decoration: underline;
        color: yellow;
    }

    /* sky */
    div.stratasky {
        display: flex;
        justify-content: center;   /* centers horizontally */
        align-items: flex-end;     /* sticks text to bottom of div */
        height: 100px;
        background-color: #fee633;
    }
    .stratasky h1 {
        margin: 0;
        font-size: 2.5em;          /* adjust size to taste */
        line-height: 0.61;  
    }

    /* grass */
    div.stratagrass {
        height: 10px;
        background-color: green;
        border: solid 1px;
    }

    /* strata */
    div.stratagrass, .strata1, .strata2, .strata3, .strata4, .strata5 {
        position: relative;
        border: solid 1px;
    }
    div.strata1 {
        height: 100px;
        background-color: #ba6627;
    }
    div.strata2 {
        height: 104px;
        background-color: #856f3f;
    }
    div.strata3 {
        height: 88px;
        background-color: #908876;
    } 
    div.strata4 {
        height: 120px;
        background-color: #646464;
    }
    div.strata5 {
        height: 1000px;
        background-color: rgb(57, 57, 57);
    }

.stratabutton {
    font-size: 25pt;
    color: aliceblue;
    outline: thick;
}
.stratabutton:hover {
    font-size: 25pt;
    color: yellow;
    outline: dashed;
}
#btn1 {
    position: absolute;
    left: 700px;
    top:660px;
}
#btn2 {
    position: absolute;
    left: 200px;
    top:520px;
}
#btn3 {
    position: absolute;
    left: 500px;
    top:800px;
}
#btn4 {
    position: absolute;
    left: 400px;
    top:960px;
}

@media screen and (max-width: 1000px) {
    .stratasmall {
        display: inline;
    }
}