@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html {
    font-family: 'roboto';
    color: white;
    background: black;
    height: 100vh;
    width: 100vw;
    cursor: url(/files/cursorweb.png), auto;
}

.container {
    border:solid 2px white;
    width: 75%;
    margin: auto;
    padding: 1em;
}

.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

a {
    color: #30a9fa;
}

a:hover {
    color: rgb(0, 89, 255);
}

.william {
    width: 8em;
    position: relative;
    float: right;
}