*{margin:0;padding:0;box-sizing: border-box;}

body{
    background-color: green;
}

#wrapper{
   
    background-color: rgb(246, 255, 237);
    height: 5000px;
    width: 60%;
    font-family: "Roboto", sans-serif;

    margin:auto;
    padding:120px;

}


h1{
    font-size: 62px;
    text-transform: uppercase;
    font-weight: 900;
}
h2{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 100;
    font-style: italic;
    color:#ccc;
}




img{
    width: 100%;
    margin-top:50px;
}