body{
    background-color: rgb(9, 83, 167);
}

.image{
    width: 200px;
    height: auto;
}
@media (max-width: 700px){
    .image{
        width: 150px;
        height: auto;
    }
}

.button-palette button{
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    border: none;
    border-radius: 15px;
    background-color: blue;
    color: white;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    width: 130px;
    font-weight: bold;
}
.button-palette button:hover {
    background-color: #05995b;
}

.content{
    background-color: white;
    margin: 15px 1%;
    padding: 5px 20px;
    border-radius: 25px;
}

.align{
    padding: 10px 20px;
    margin: 10px;
    border-radius: 20px;
}

#scrollToTop img {
    width: 40px;
    height: 40px;
    text-align: center;
}

#scrollToTop:hover {
    background-color: #333;
    opacity: 0.8;
}

#footer {
    bottom: 0;
    height: 100px;
    text-align: center;
    background-color: rgb(9, 83, 167);
    color: white;
    padding: 25px 0;
    font-weight: bold;
    font-style: italic;
}