* {
    font-family: 'El Messiri', sans-serif;
}

body {
    background-color: #52ACFF;
    background-image: linear-gradient(180deg, #52ACFF 25%, #FFE32C 100%);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.border-custom {
    border-bottom: 5px dotted black;
}

.divLetter {
    border: 2px solid black;
    border-radius: 1em;
    background-color: #FFE53B;
    background-image: linear-gradient(135deg, #FFE53B 0%, #FF2525 74%);

}

.divLetter .letter {
    font-size: 50px;
    color: black;
}

.divLetter img {
    border-radius: 2em;
}

a:hover {
    text-decoration: none;
}