* {
    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;
}

.bgCustom {
    background-color: #00DBDE;
    background-image: linear-gradient(225deg, #00DBDE 0%, #FC00FF 100%);
    color: inherit;
    font-size: 18px
}

.bgCustom1 {
    background-color: #21D4FD;
    background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
    color: inherit;
    font-size: 18px
}

a:hover {
    text-decoration: none;
}
