.container {
    /*text-align: center;*/
    /*margin: 20px;*/
    margin-left: 5%;
    margin-top: 2%;
}

h1 {
    font-weight: bold;
    font-size: 50px;
    color: white;
}

h2 {
    font-size: 30px;
    color: antiquewhite;
}

h3 {
    font-size: 18px;
    color: floralwhite;
}

.image {
    display: inline-block;
    margin: 50px;
}