body {
    text-align: center;
    -ms-flex-align: center;
    color:black;
    background-color: lightblue;
    margin-top: 100px;
    font-family: 'Rubik', sans-serif;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 800;
}
h1{
    font-size: 4rem;
}

p{
    font-size: 2rem;
}

h2{
    font-size: 3rem;
}

h3{
    font-size: 2rem;
}
img {
    height: 350px;
    width: auto;
}

button {
    color: white;
    background-color: #17408B;
    padding:9px;
    margin-left: 7px;
}
input{
    height: 30px;
}