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

html, body {
    width: 100%;
    height: 100%;
    background-color: lightskyblue;
}
header {
    height: 10%;
    background-size: cover;
    background-color: darkslateblue;
    font-family: 'Pacifico', cursive;
    text-align: center;
    width: 100%;
    margin: auto;
}
header h1 {
    position: relative;
    top: 30%;
    color:  darkblue;
    transfrom: translateY(-50%);
    font-family: 'Rammetto One', cursive;
    text-align: center;
    text-shadow: 1px 2px 1px white;
}
h2{
    position: relative;
    margin: auto;
    text-align: center;
}
section {
    width: 30%;
    height: 30%;
    margin: auto;
    position: relative;
    float: left;
    top: 20%;
    left: 15%;
    border-radius: 15px;
    padding: 10px;
}
#b1{
    width: 30%;
    height: 30%;
    margin: auto;
    position: relative;
    float: right;
    top: 20%;
    right: 15%;
    border-radius: 15px;
    padding: 10px;
}
img{
     border-radius: 15px;
     margin: auto;
     display: block;
     max-width: 99%;
}
article{
    font-family: 'Acme', sans-serif;
}
#a2{
    width: 5%;
    height: 5%;
    text-align: center;
    position: relative;
    margin: auto;
    top: 75%;
}
