body {
    background-color: #6ca1af;
}
.title {
    font-size: 70px;
    text-align: center;
    color: aliceblue;
    margin: 100px;
}
h2 {
    font-size: 40px;
    text-align: center;
    color: aliceblue;
    margin: 100px;
}
.buttons {
    display: flex;
    align-items:center;
    padding-left: 500px;
    padding-right: 80px;
}
button {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #6ca1af;
    font-size: 25px;
    padding: 10px;
    border: none;
    border-radius: 10px;
    margin-left: 15px;
    margin-right: 15px;
}
h3 {
    font-weight: 200;
    color: aliceblue;
    margin: 100px 200px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.image1 {
    text-align: center;
}