* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Prompt', sans-serif;
}
li > a {
    font-size: 20px;
}
p {
    font-size: 18px;
}        
footer {
    margin: 0;
    margin-top: 60px;
    padding: 0;
    /* background-color: rgb(61, 133, 198); */
    width:100%;
    position: relative;
    bottom: 0;
    /* left: 0;
    right: 0; */
    /* text-align: center; */
    color: rgb(0, 0, 0);
    line-height: 1.5;
}
footer a {
    color: black;
}
.bg-yellow {
    background-color: #fef1028c;
}
.text {
    color: #f41820;
    text-shadow: 1px 1px 1px #f41820;
    font-weight: bold;
    /* font-size: 18px; */
}
.text2 {
    color: #f41820;
    text-shadow: 1px 1px 1px #f41820;
    font-weight: bold;
    /* font-size: 18px; */
}
.text3 {
    color: #fef102;
    text-shadow: 1px 1px 1px #333;
    font-weight: bold;
    /* font-size: 18px; */
}
.titleh1 {
    text-transform: uppercase;
    margin-top: 60px;
    margin-bottom: 45px;
    /* font-size: 10vw; */
    /* font-size: 18.72px; */
}   
@media screen and (max-width: 480px) {
    .titleh1 {
        margin-top: 32px;
        font-size: 24px;
    }   
}