
/******************************************
/* CSS
/*******************************************/

/* Box Model Hack */
*{
  box-sizing: border-box;
}

/******************************************
/* LAYOUT
/*******************************************/
h1{
font-size:  4em;
color: #383538;
text-align: center;
}

h2,h3,button{
color: #383538;
font-size: 1.1em;
font-family: 'Raleway', sans-serif;
margin: 20px;
text-align: center;}

h2{ 
padding-top: 20px;
font-size: 40px;
text-align: center;
  margin: auto;
}

h3{ 
height: 80px;
margin-top: 30px;
font-size: 16px;
text-align: center;
font-style: italic;}


body{
background-color:#bfb0be;
font-family: 'Raleway', serif;
display: flex;
flex-direction: column;
align-items:center
}

section{
display: flex;
flex-direction: column;
align-items: center;
width: 70%;
height: 90%;
  margin: auto;



}

img{
  margin-top: 20px;
  display: block;
  margin: 0 auto;
  width: 70%;
  margin: auto;

}


.hello{
  width:90%;
  background-color:#a0b8c0;
  padding: 40px;
  border-radius: 25px;
  margin: auto;
  margin-top: 40px;
  border: white 2px solid;



}

button{
  margin-top: 12px;
  height: 40px;
  width: 200px;
  border-radius: 10px;
  margin: auto;


}

/******************************************
/* ADDITIONAL STYLES
/*******************************************/
