* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body, html {
    display: flex;
    min-width: 100vw;
    min-height: 100vh;
    font-family: "Montserrat", sans-serif;
    background-color: #013c68;
    margin: 0;

    justify-content: center;
    align-items: center;
    flex-direction: column;
}
h1 {
    font-size: 2rem;
    text-align: center;
    color: #e74c3c;
}
a{
    color: black;
    font-size: 2rem;
    text-decoration: none;
    text-align: center;
}
