a{
    text-decoration: none;
}
span{
    margin: 0 0.3mm;
}
.content{
margin: auto;
  width: 100%;
  padding: 15%;
  text-align: center;

}

.container{
    display: flex;
    vertical-align: middle;
    text-align: center;
    justify-content: center;
    align-items: center;
    

}
html, body{
    height: 100%;
}

body{
    background-color: rgba(19, 19, 19, 0.795);
    background: linear-gradient(0deg, rgba(20,20,20,1) 50%, rgba(50,50,50,1) 100%);
    background-size: auto;
    background-repeat: no-repeat;
    
}
h1{
    color: orangered;
}

h4{
    color: #ffffff;
}
h2{
    color: #ffffff;
}

.grow img{
    transition: 0.5s ease;
    }
    
    .grow img:hover{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 0.5s ease;
    }