body {
    background-color: rgb(11, 11, 11);
    color: white;
    font-family: 'Roboto', sans-serif;
}

a {
    color: cyan;
}

.box {
    display: inline-block;
    background-color: black;
    border-style: solid;
    border-radius: 10px;
    color: white;
    max-width: 500px;
    height: auto;
    margin: auto;
    margin-top: 50px;
    text-align: center;
    padding: 5px;
}

.topbar {
    width:inherit;
    height: auto;
    padding: 10px;
    background-color: black;
    border-color: white;
    border-bottom: solid;
    text-align: center;
    margin: -8px;
}
