
body {
    font-family: "DM Mono", monospace;
    background: rgb(23, 61, 245);
    margin: 0;
}

.contact-info table, td {
    border: 1px solid white;
    border-collapse: collapse;
    padding: 10px;
    color: white;
}

.contact-info a {
    text-decoration: none;
    color: white;
}
.contact-info a:hover {
    background: white;
    color: rgb(23, 61, 245);
}
.contact-info a:visited {
    color: white;
}
p{
    font-family: "DM Mono", monospace;
    color: white;
    background: rgb(23, 61, 245);
    font-weight: 300;
    font-style: normal;
    max-width: 300px;
    padding-top: 30px ;
    line-height: 1.6;

}
.contact-info {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 400px;
    margin: 0 auto;
}