

.info-header {
    margin-top: 2vh;
    font-weight: bolder;
    font-size: xx-large;
    font-family: 'Calibri';
    color: white;
    background-color:rgb(70, 80, 90);
}

.info {
    margin-top: 5vh;
    width: 100%;
    height: fit-content;
    text-align: left;
    font-size: larger;
    font-family: 'Calibri';
    background-color:#F0F8FF;    
}

.info p{
    align-content: center;
}

.info-sub-header {
    font-weight: bold;
    font-family: 'Calibri';
    font-size: large;
}

.info-sub-header-link {
    background-color: #0a2245;
    width: fit-content;
    padding: 15px;
    border-radius: 8px;
    font-weight: bold;
    font-family: 'Calibri';
}

.btn-container {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.info-sub-header-link p{
    color: white;
    font-family: 'Calibri';
}

li {
    padding: 8px;
}