body {
    padding:0;
    margin:0 auto;
}

a {
    text-decoration: none;
    color:black;
}
a:hover {
    text-decoration: underline rgb(172, 172, 172);
}
.centered {
    width: 300px;
    height: 100px;
    position:absolute;
    top: 45%;
    left: 42%;
    color:black;
    display: flex;
    flex-direction: column;
    cursor:default;
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
}
.under {

    display: flex;
    flex-direction: row;
    align-items:initial;
    justify-content: space-between;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}
