body{
    margin: 0px;
    padding: 0px;
    border: 0px;
    height: 100vh;
    background-image: linear-gradient(rgb(215, 240, 219), rgb(100, 160, 118));
}

.logo {
    width: 50vw;
    margin:auto;
    margin-top: 100px;
    height: 300px;

}
.logopic {
    display: block;
    margin-left:auto;
    margin-right: auto;
}
.teddypic {
    display: block;
    margin-left:11vw;
    margin-bottom: -50px;
    height: 55%;

}

.construction01 {
    margin: auto;
    width: 100vw;
    height: 300px;
}

h1 {
    text-align: center;
    font-family: "Atkinson Hyperlegible Next", serif;
    color: white;
    font-size: 60px;
}

h2 {
    text-align: center;
    font-family: "Atkinson Hyperlegible Next", serif;
    color: white;
    font-size: 40px;
}

@media only screen and (max-width: 600px) {
    .logo {
        width:100vw;
    }
    .teddypic {
        height: 50%
    }

    .logopic {
        height:15%;
        margin-left: auto;
        margin-right: auto;
        margin-top:14px;
    }
    h1 {
        font-size: 50px;
    }
    .construction {
        margin-top: 0px;
    }
  }