* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;

}

/* header start */

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2vh 10vw;

}

.header button {
    background-color: black;
    color: aliceblue;
    border-radius: 4px;
    margin-right: 20px;
    padding: 5px 10px;

}

.header button:hover{
    color: blue;
}

/* header end */
/* enroll start */

.enroll{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #ecedef;
    background-color: #ecedef;
    width: 1210px;
    margin-left: 10vw;
    margin-top: 2vh;
    border-radius: 6px;
    padding-left: 4vh;
}

.enroll p{
    padding-bottom: 150px;
}

/* enroll end */

/* content start */
.content{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 2vh 6vw;
}

.content_img{
 
margin-top: 100px;
margin-left: 150px;
}

.content-1{
    width: 300px;
    height: 200px;
    border: 2px solid #ecedef;
    background-color: #ecedef;
    border-radius: 6px;
    margin-top: 50px;
}

.content-2 {
    width: 300px;
    height: 200px;
    border: 2px solid #ecedef;
    background-color: #ecedef;
    border-radius: 6px;
    color: gray;
    margin-top: 50px;
}
.content-3 {
    width: 300px;
    height: 200px;
    border: 2px solid #ecedef;
    background-color: #ecedef;
    border-radius: 6px;
    color: gray;
    margin-top: 50px;
}

.box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 2vh 6vw;
}

.box-1 {
    width: 300px;
    height: 200px;
    border: 2px solid #ecedef;
    background-color: #ecedef;
    border-radius: 6px;
    color: gray;
    margin-top: 50px;
}

.box-2 {
    width: 300px;
    height: 200px;
    border: 2px solid #ecedef;
    background-color: #ecedef;
    border-radius: 6px;
    color: gray;
    margin-top: 50px;
}

.box-3 {
    width: 300px;
    height: 200px;
    border: 2px solid #ecedef;
    background-color: #ecedef;
    border-radius: 6px;
    color: gray;
    margin-top: 50px;
}



