body {background-color:rgb(255, 255, 255);}
.info-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    padding: 10px;
    width: fit-content;
    margin: auto; 
    line-height: 0.7;
    text-align: center;
}
.button {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 200px;
    height: 35px; 
    padding: 0px;
    margin: 10px;
    margin-left: auto;
    margin-right: auto; 
    background-color: white;
    border: 2px solid rgb(68, 78, 88);

    line-height: 1.25;
    font-family: "DM Mono", monospace;
    font-weight: 500;
    font-style: normal;
    font-size: 12.5px;
    color: rgb(73, 84, 99);
}
.button:hover { 
    background-color: rgb(199, 207, 219);
    text-decoration: none; 
} 
.button:active { 
    background-color: rgb(68, 78, 88);
    color: white;
    text-decoration: none; 
}
a:link, a:visited { 
    text-decoration: none; 
} 
h1 {
    font-family: "DM Mono", monospace;
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    text-align: center;
    color: rgb(71, 80, 94);
}
h2 {
    font-family: "DM Mono", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    text-align: center;
    color: rgb(132, 142, 156);
}
footer {
    font-family: "DM Mono", monospace;
    font-weight: 500;
    font-style: normal;
    font-size: 10px;
    text-align: center;
    line-height: 1;
    color: rgb(132, 142, 156);
}