body {
    font-family: Arial, sans-serif;
    background-color: #070025;
}

a {
    color: #ffffff;
    text-decoration: underline;
}

a:hover {
    color: #dedede;
}

.btn-link {
    color: #ffffff;
}

.btn-link:hover {
    color: #dedede;
  }

.bg-dark {
    background-color: #070025;
}

.text-light {
    color: #ffffff;
}


section {
    padding: 50px 0;
}

section h2 {
    font-size: 2rem;
    margin-bottom: 30px;
}

section p {
    font-size: 1.1rem;
    line-height: 1.6;
}

.social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #cecece;
    margin: 5px;
}

.social-links svg {
    transition: color .2s;
    color: #3c3c3c;
    width: 24px;
    height: 24px;
}

.text-light {
    color: #d1d2d3 !important;
}

.card {
    background-color: #3c3b3b;
}

#maintextlink {
    visibility: hidden;
}