html, body {
    overflow-x: hidden;
    max-width: 100%;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    font-size: 16px;
    color: #fff;
    background-color: rgb(12, 0, 43); 
    
     }
.wrap {
   position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    margin-top: 5rem;
      
}

.wrap img{
    max-width: 1000px;
    margin: auto;
    display: block;
}
h1 {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Comic Neue', cursive;
}

