img{
    max-width: 70%;
    height: auto;
}
.box {
    background: rgb(0, 0, 0);
    text-align: center;
}
.box .closeBtn {
    text-decoration: none;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    background-color: rgb(0, 0, 0);
    color: white;
    top: 25px;
    display: inline-block;
    
}
.closeBtn:hover{
    background-color: pink;
}
h1{
    text-align: center;
    font-size: 75px;
    padding-bottom: -1%;
}
p{
    text-align: center;
    font-size: large;  
}
#Senior{
    image-resolution: 50%;
    max-width: 30%;
    height: auto;
    margin-bottom: 2%;
    margin-left: 2%;
}
h2{
    color: black;
    font-size: 30px;
    text-align: center;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}