body {
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    overflow: hidden;
    background-image: linear-gradient(lightblue, rgb(132, 190, 216), rgb(132, 190, 216),lightblue);
    background-size: cover;
    background-repeat:repeat-y;
    cursor:default;
    font-family: 'New Tegomin', serif;
}

#mob {
    width: 10vw;
    position: fixed;
    image-rendering: pixelated;
}

#plant {
    width: 15vw;
    padding-top: 9vw;
    image-rendering: pixelated;
}

#block {
    width: 16vw;
    padding-bottom: 2vw;
    image-rendering: pixelated;	
    cursor: pointer;	
}

p {
    padding: 1.75vw;
    display: inline;
}

#environments {
    color: gray;
}