.pop-up{
    /* width: 90%; */
    height: auto;
    padding: 10px;
    border-radius: 16px;
    background-color: #0D1B2A;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
}
.info{
    display: flex;
    margin-top: 5%;
    justify-content: space-between;
    line-height: 20px;
}
.info a img{
    height: auto;
    align-items: end;
    height: auto;
    width: 90%;
    margin-left: 3%;
}
.txt{
    height: auto;
    display: flex;
    align-items: center; 
    flex-direction: column;
}
.texts{
    width: 100%;
    color: white;
    margin: 5% 0 0 0;
    font-size: 40%;
    align-self: start;
    text-align:inherit;
    line-height: 150%;
}
.pop-up h1{
    color: rgb(255, 255, 255);
    font-size: 200%;
    align-self: center;
    font-family: 'Times New Roman';
    margin: -10px 0 10% 0;
}
.pop-up h2{
    color: #FFD700;
    font-size: 60%;
    text-align: center;
    margin: -20px 0 2% 0;
    font-weight: bold;
}
.pop-up h3{
    color: #FFD700;
    font-size: 60%;
    text-align: center;
    margin-top: -3px;
    font-weight: bold;
}

.highlight{
    color: red;
    font-weight: bold;
}
.dwn{
    text-decoration: none;
    color: rgb(0, 0, 0);
    background-color: #FFD700;
    align-self: center;
    width: 44%;
    border-radius: 10px;
    padding: 2%;
    font-size: large;
    display: flex;
    justify-content: center;
    margin: 10px 0 10px 0;
}