body {
    font-family: Arial, sans-serif;
    background-color: #001f3f;
    color: white; 
    text-align: center;
    padding: 50px;
    margin: 0;
}

h1 {
    font-size: 3em;
    margin-bottom: 20px;
}

p {
    font-size: 1.2em;
    margin-bottom: 20px;
    font-weight: 500; 
}

.contact {
    font-size: 1.2em;
    color: lightblue;
    font-weight: 400;
}
@media (max-width: 480px) {
    h1 {
        font-size: 2.5em;
    }
}