.box {
    background: rgb(0, 0, 0);
    text-align: center;
    width: 100%;
    
}

.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;

   
}
#wed{
    image-resolution: 50%;
    max-width: 30%;
    height: auto;
}
h2{
    color: black;
    font-size: 30px;
    text-align: center;
}
#home{
    image-resolution: 50%;
    max-width: 100%;
    height: auto;
}
#captions{
color: pink;
font-size: x-large;
}