* {
    margin: 0;
    padding: 0;    
    box-sizing: border-box;
}

body{ 
   
    background-color: #222;
    text-align: center;
    font-family: "Montserrat", serif;
    box-sizing: border-box;
    display: flex;
    min-height: 100vh;
    justify-content: center;
    align-items: center;

}

h1, h2, a, p{ color: #fff; }

p{ margin-bottom: 10px;}

#content-01{
    width: 400px; height: 400px;
}

#content-01 h1{margin-top: 50px; font-size: 2.1rem;}

#content-01 img{ width: 380px; margin-top: -50px;}

