body{
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    height: 100vh;
}

h1{
    text-align: center;
}

p{
    font-size: 20px;
}

.threats{
    /* display: flex; */
    width: 100%;
    height: 140%;
}

.border{
    width: 640px;    
    /* height: 440px; */
    padding: 20px 0px;
    display: block;
    margin: 0 auto;
    border-top: 4px solid #00bcd4;
    border-right: 4px solid #00bcd4;
    border-bottom: 8px solid #00bcd4;
    border-left: 4px solid #00bcd4;

}

.threats img{
    width: 600px;
    height: 400px;
    /* display: flex; */
    display: block;
    margin: 0 auto;
}

.caption{
    /* display: block; */
    font-size: 10px;
    text-align: center;
    color: grey;
}

.writing_threat{
    padding: 10px 20px;
    margin-top: 10%;
    /* margin: 40px auto;
    display: block; */
}

.writing_threat h3{
    text-transform: uppercase;
    font-size: 30px;
    margin: 0;
}

.col{
    display: inline-block;
    position: relative;
    width: 45%;
    top: 0;
    float: left;
}

.protect_shark h1{
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.point{
    margin-top: 80px;
    margin-left: 20px;
}

.point h2{
    /* border-left: 2px solid #00bcd4; */
    /* border: -2px; */
    padding-left: 10px;
    margin: 30px 0px 0px 0px;
}

.point p{
    padding: 5px 20px;
}

.footer
{
    background-image: linear-gradient(to right, #045DE9, #00bcd4, #09C6F9);
    width: 100%;
    height: 400px;
}