body {
    font-family: 'Montserrat', sans-serif;
    background-color: #151515;
    color: #ffffff;
}

h1 {
    text-align: center;
    font-size: 45px;
}

a {
    text-decoration: none;
    color: #00a6ff;
}

a:hover {
    text-decoration: underline;
}

