*{
margin: 0;
padding: 0;
box-sizing: border-box; 
}
.medg{
    height: 100%;
    background-image: url(IMG/WhatsApp\ Image\ 2026-01-28\ at\ 7.09.06\ AM.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    color: rgba(225, 225, 225, 0.8);

}

.opacity{
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.9;
    padding-bottom: 20px;
}
.medg img{
    margin: 50px 0 0 0;
    margin-left: 2%;
    width: 100px;
    border-radius: 50%;
}
.medg h1{
    margin-top: 2%;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    font-family: Arial, sans-serif;
    margin-bottom: 70px;
}

.medg p{
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 30px;
}

.steps p{
    font-size: 25px;
    margin-bottom: 30px;
}
.list{
    margin-top: 20px;
    text-align: center;
    margin-bottom: 70px;
}

.list ul  {
    list-style: dotted;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 50px;
}

li {
    list-style: dotted;
}

a{
    align-self: center;
    text-decoration: none;
    font-size: 20px;
    background-color: #7361ea;
    color: white;
    text-align: center;
    margin-top: 100px;
    padding: 10px 10px;
    border-radius: 20px;
    border: 2px solid white;
    margin-bottom: 50px;
}
a:hover{
    background-color: white;
    color: #7361ea;
    cursor: pointer;
}

.copy{
    margin-top: 40px;
    text-align: center;
    color: white;
    font-size: 15px;
}


@media (max-width: 650px){

.medg h1{
    margin-top: 5%;
    font-size: 30px;
}


.medg p{
    margin-top: 20px;
    font-size: 20px;
    line-height: 1;
}
.steps p{
    font-size: 17px;
    margin-bottom: 30px;

}


}


@media (max-width: 400px){
    .steps p{
    font-size: 17px;
    margin-bottom: 30px;

}
}