body {
    display: flex;
    margin: 0px;
    width: 100%;
    height: 100%;

    font-family: "Manrope", sans-serif;
}

.container {
    display: flex;
    margin: 0px;
    width: 100%;
    height: 100vh;
    flex: auto;
    align-items: center;
    justify-items: center;
}

.inside {
    flex: auto;
    flex-direction: column;
    text-align: center;
}

.inside a {
    text-decoration: none;
    color: rgb(0, 130, 182);
}

#copyright {
    color: rgba(0,0,0,0.5)
}