*{
 margin: 0;
 padding: 0;
}

body{
 background-color: #215263;
 color: #1161ab;
 font-size: 20px;
}

h1{
 background-color: #dba901;
 border-radius: 10px;
 margin-left: 5%;
 text-align: center;
 box-shadow: 5px 5px 5px #888888;
 width: 90%;
}

p{
 text-align: justify;
}

article, header{
 background-color: #cfdae5;
 border: 5px solid #b3caf2;
 border-radius: 5px;
 box-shadow: 10px 10px 5px #888888;
 margin-left: 5%;
 margin-top: 5px;
 margin-bottom: 10px;
 padding: 5px;
 text-align: center;
 width: 90%;
}

a{ 
 color: #1161ab;
 text-decoration: none;
}
