body {
    background-color: black;
    color: white;
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
}
h1 {
    text-align: center;
}
h2 {
    text-align: center;
}
h3 {
    text-align: center;
}
p {
    padding: 0% 8%;
}
.test-link {
    color: azure;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid azure;
    padding: 10px 20px;
    border-radius: 8px;
    transition: 0.3s;
}