.showreel{
    text-align: center;
}
.showreel>p{
    text-align: center;
    color: gold;
    text-shadow: .2rem .2rem .2rem black;
}
.socialLink{
    text-align: center;
    color: gold;
    text-shadow: .2rem .2rem .2rem black;
    display: inline;
    width:min-content;
    margin: auto;
    padding-bottom: 3%;
    
}
/* .socialImage{
    height: 100%;
} */
@media (max-width:600px){
    .showreel>p{
        font-size: 1rem;
    }
}
@media (min-width:600px)and  (max-width:800px){
    .showreel>p{
        font-size: 1.8rem;
    }
}