@import url('https://fonts.googleapis.com/css2?family=Doto:wght@100..900&display=swap');
.center {
    text-align: center;
}

body {
    font-family: 'Doto';
    background-color:rgb(11, 11, 11);
}

.container {
    max-width: 70%;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    padding: 1%;
    border-radius: 10px;
}

img {
    width: 70%;
}

table {
    width: 70%;
    margin-left: 15%;
}

a {
    text-decoration: none;
    color: black;
    font-size: 2em;
}

h1 {
    font-size: 3em;
}