body{
    display: flex;
    justify-content: center;
    background: linear-gradient(to bottom, #353649 0%, #181922 100%, #0E0E0E 100%);
    height: 100rem;
    font-family: Arial, Helvetica, sans-serif;
}

.main__title{
    z-index: 11;
    background:  #1E1E1E;
    text-align: center;
    font-size: 5rem;
    color: white;
    width: 90%;
    height: fit-content;
    border-radius: 2rem;
}

.card__container{
    z-index: 10;
    position: absolute;
    background: #22283E;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 2rem;
    top: 10rem;
    width: 80%;
    height: 40rem;
    padding: 1rem;
    border-radius: 2rem;
}
.card{
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    gap: 4rem;
    background: #1E1E1E;
    width: 25%;
    border-radius: 2rem;
    align-items: center;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
}

.btn{
    background: #030055;
    background: -moz-linear-gradient(top, #030055 0%, #144E74 0%, #071D34 100%);
    background: -webkit-linear-gradient(top, #030055 0%, #144E74 0%, #071D34 100%);
    background: linear-gradient(to bottom, #030055 0%, #144E74 0%, #071D34 100%);
    color: white;
    padding: 2rem;
    height: 2rem;
    width: 7rem;
    text-align: center;
    text-decoration: none;
    
    
}
.card__pp{
    border-radius: 20rem;
    height: 7rem;
    width: 7rem;
    object-fit: cover;

}