@import url('https://gocdn.frontfacer.com/fonts/global.css');

body {
    padding-top: 100px;
    text-align: center;
    color: rgb(202, 202, 202);
    background-color: black;
    font-family: 'Montserrat', sans-serif;
}

#info {
    font-size: 25px;
    font-weight: 800;
}

#err {
    font-size: 25px;
    font-weight: 400;
}

a {
    font-size: 15px;
    color: cornsilk;
    text-decoration: none;
}