*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: poppins, sans-serif;
    color: white;
}

.container{

    width: 40%;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box{
    border-radius: 10px;
    box-shadow: 2px 10px 20px rgb(0, 0, 0);
    width:100%;
    height:600px;
    color: white;
    background-color: #3c5077;
    display: flex;
    flex-direction: column;
}

h3{ color: yellow;
    border-radius: 10px 10px 0px 0px;
    height: 10vh;
    width: 100%;
    text-align: center;
    background-color:rgb(107, 107, 70);
    font-weight: bolder;
    line-height: 1.5;
}
.job{
    text-align: center;
}

.box1{
    height:40%;
    font-weight: bolder;
    color: red;
    background-color:white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box2{
    height:40%;
    font-weight: bolder;
    color: red;
    background-color:white;
    text-align: center;
    justify-content: center;
}
p{
    color:red;
}

a{
    color: red;
    text-decoration: none;
}
h4{
    margin-left:50%;
}