body {
    background-color: #FFE8F4;

    background-image:
        linear-gradient(#FAD7D7 1px, transparent 1px),
        linear-gradient(90deg, #FAD7D7 1px, transparent 1px);

    background-size: 25px 25px;
}

* {
    font-family: Courier New;
}


.main-content {
    margin-left: 20px;
    margin-right: 20px;
}

.image {
    position: fixed;
    right: 20px;
    top: 20px;
    padding-top: 10px;
    padding-left: 150px;
    padding-right: 10px;
    
}

.image a:hover img {
     filter: drop-shadow(0 0 12px #ffffff);
    transform: scale(1.1);
}
    
.image img {
    transition: filter 0.2s ease, transform 0.2s ease;
}

.image a {
    display: flex;
    flex-direction: column;
    align-items: center;

    color: #0046D2;
    text-decoration: none;
}

.image span {
    margin-top: 5px;
    margin-left: 30px;
    font-size: 13px;
}