body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
}


.logo img{
    margin: auto;
    display: block;
    max-width: 300px;
}
p {
    text-align: center;
    margin: 3rem 0;
    font-size: 0.8rem; 
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;

}


p a {
    color: #e00f19 !important; 
}