body{
        background: whitesmoke;
        color: white;
    font-family: 'Quicksand','Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
}

a {
    color: hotpink;
}

.page {
    background-image: url('./back.png');
    background-size: cover;
    display:block;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    margin-top:2%;
    padding: 10px;
    width: 70%;
    min-height: 40%;
    border-radius: 15px;
}

.blackbox {
    background-color: rgba(0,0,0,0.8);
    border: 2px dashed cyan;
        border-radius: 15px;
    padding: 5px;
    width: 60%;
    margin: 10px;
}

.topmargin {
    margin-top: 30%;
}