.text-container {
    max-width: 42em;
    width: 90%;
}

.outline-primary {
    border: 2px solid var(--primary);
    color: var(--light);
}

.contact {
    position: absolute;
    background-size: cover;
    width: 200px;
    height: 200px;
}

.contact-telephone {
    background-image: url("/storage/svg/basketball_contact_telephone.svg");
    bottom: 0;
    left: 10%;
}

.contact-email {
    background-image: url("/storage/svg/basketball_contact_email.svg");
    top: 0;
    right: 10%;
}
