*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root{
    font-size: 62.5%;
}

body{
    position: relative;
    background-color: #ccc;
    font-size: 1.6rem;
    width: 100vw;
    height: 100vh;
}

img{
     max-width: 100%;
}
/*------End of Top Level Defaults------------------------------*/

#mainMain{
    position: relative;
    width: 100%;
    height: 15%;
    display: flex;
    flex-direction: flex;
    justify-content: center;
    align-items: center;
}

#mainMain img{
    position: relative;
    top: 35vh;
   /* left: 13.5vw;*/
    width: 30rem;
  /*  height: 35rem;*/
}