.context {
    margin: 13px;
    font-size: 30px;
    text-align: center;
}

.social{
font-size:30px;
}


.social a {
    transition:  transform .2s;
    cursor: pointer;
}

.social a:hover {
    
    transform: scale(2.5);
}


.fa-facebook{
    color: blue;
    padding: 5px;
}

.fa-instagram{
    color: rgb(184, 16, 184);
    padding: 5px;
}

.fa-youtube{
    color: red;
    padding: 5px;
}

.fa-phone{
color:green;
padding: 5px;
font-size:26px;
}

.fa-envelope-o{
    color: rgb(230, 108, 108);
    padding: 5px;
}

h4{
    font-style: italic;
    color: rgb(128, 44, 207);
    font-weight: 500;
    
}


.bottom{
    position: absolute;
    background-color: rgb(26, 36, 33);
    height: 100px;
    width: 100%;
    bottom: 0px;
    text-align: center;
    
}

.bottom p{
  margin-left: auto;
  margin-right: auto;
  color: aliceblue;
}


.bottom h4 {
    color: aliceblue;
}






