body{
font-family: 'Roboto Mono', monospace;
background: rgb(0,64,100);
color:rgb(255,174,53);
}
img{
    display: block;
    margin: auto;
    width: 100vw;
    height:50vh;
}
h1{
    text-align: center;
}
.parent{
  position: relative;
}
.child{
    position: absolute;
    /* top: 50%; */
    /* left: 50%;
    transform: translate(-50%, -50%); */
}