body {
    background-color: #dcf1f8;
    color:rgb(0, 0, 0);
    text-align: center;
}

strong {
    text-decoration: underline;
    color: rgb(75, 75, 75);
}

.icons {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.icons img {
    width: 50px;
    height: 50px;
}

.icons img:active {
    scale: 1.5;
}

#back-buttom {
    color: black;
}