table{
    visibility:transparent;
    color:white;
}
.head{
    font-size:55px;
}
.center{
    text-align:center;
    margin:10px;
    float:right;
    font-size:25px;
}
.top{
    background-color:pink;
}
.pink{
    width:600px;
    height:50px;
    padding:4px;
}
h1{
    font-size:45px;
    color:white;
}
.div2{
    background-image:url(https://livability.com/wp-content/uploads/2016/06/south_carolina_1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
p{
    color:white;
    font-size:25px;
}
.center:hover{
    background-color:hotpink;
}
a{
    color:white;
}
.iframelabel{
    font-size:35px;
    text-decoration:underline;
    margin:10px;
}
iframe{
    height:300px;
    width:500px;
    margin:20px;
}
.iframes{
    margin:20px;
}
#filter{
    animation:invertFilter 6s backwards;
    animation-iteration-count: 1000000000;
}
@keyframes invertFilter{
    from{
        filter:invert(0%);
    }
    to{
        filter:invert(100%);
    }
}
#visibletext{
    color:white;
    text-align:center;
    font-size:50px;
}
h2{
    font-size:35px;
    color:white;
}
.div3{
    background-image:url(https://sanddunesmb.com/wp-content/uploads/2020/04/Myrtle-Beach-Boardwalk.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.div4{
    background-image:url(https://travel.home.sndimg.com/content/dam/images/travel/fullrights/2015/12/9/kiawah-island/kiawah-island-beach-guide-golf.jpg.rend.hgtvcom.1280.960.suffix/1491592904911.jpeg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.div5{
    background-image:url(https://www.beachsidegetaway.com/sites/nbsg/files/styles/homepage_slidshow_full_width/public/slideshow/home/Hilton%20Head%20Light%20House%20Header.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}