@import 'style.css';

h1{
    text-align: center;
    font-size: 24px;
    color: var(--body-text-color);
    margin-bottom: 24px;
}

h2{
    font-size: 20px;
    margin: 16px 0px 8px 0px;
    color: var(--body-text-color);
    font-weight: 600;
}
h2::after{
    content: ' : ';
}
p{
    margin-bottom: 8px;
    color: var(--body-text-color);
}

ul{
    margin-left: 40px;
    color: var(--body-text-color);
    margin-bottom: 8px;
}

a{
    word-break: break-all;
}

.email-text{
    font-weight: 600;
    color: var(--body-text-color);
}

.email-text span{
    color: #285aeb;
}