#allaboutbeachcity{
    color: rgb(235, 235, 63);
    text-align: center;
    font-size: 60px;
    font-family:'Rubik Mono One', sans-serif;
    background-color:  rgba(234,235,63,0.5);
}

#paragraph1{
    text-align: center;
    color: white;
    padding: 20px;
    font-size: 30px;
}
.secondp{
    font-size: 30px;
}
#firstImage{
    display: block;
    margin: 0 auto;
    width: 50%;
    height: 100 px;
    border: 8px solid rgb(235, 235, 63);
}
#secondImage{
    width: 90%;
    height: 280px;
    border: 8px solid rgb(235, 235, 63);
    margin:10px;
}
#thirdImage{
    border: 8px solid rgb(235, 235, 63);
    width:90%;
    height: 280px;
    margin: 10px;
}
#fourthimage{
    border:8px solid rgb(235, 235, 63);
    width:90%;
    height: 280px;
    margin: 10px;
}
#firststar{
    height: 250px;
    width:90%;
    padding: 30px;
}
 #infotable {
     border-collapse: collapse;
     color: white;
     text-align: center;
     border: 5px solid white;
 }
 .border{
     color:white;
     border: 1px solid white;
     border-collapse: collapse;

 }



 body{
     background-color: rgb(130, 121, 121);
     font-family: 'Quicksand', sans-serif;
     border: 3px dotted #ffff
 }

 h2{
     color: white;
     font-size: 50px;
 }

 h3{
     color:white;
 }

 ul{
     color: white;
     font-size: 25px;
    }
ol{
    color: white;
    font-size: 25px;
}
p{
    color:white;
    font-size: 40px;
}

#tablename{
    color:white
}

#imagetable{
    display: block;
    margin: 0 auto;
    width:90%;
}

#infotable td{
    color: white;
    border: 1px solid white;
    text-align: center;
    font-size: 30px;
}

#infotable th{
    border: 1px solid white;
    font-size: 45px;
    text-align: center;
}

a:link{
 color:blueviolet; 
}

#resturant{
    width:80%;
    border: 5px solid rgb(235, 235, 63); 
}

#resturant2{
    width: 80%;
    border: 5px solid rgb(235, 235, 63);
}