.normaltext{
    font-family: 'Poppins', sans-serif;
}


.heading{
    font-family: 'Roboto', sans-serif;
}


.head{
    font-family: 'Open Sans', sans-serif;
}


.subheading{
    font-family: 'Source Sans Pro', sans-serif;
}


img{
    width: 47%;
}



a:hover img {
    border-bottom: 2px solid #a812ff; 
    padding: 5px;
    margin: 5px 5px 0 0;
    text-decoration: none; 
}


button{
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: none;
    background-color: white;
}


body{
    background-color: rgb(50, 53, 59);
    color: white;
}


.that{
    background-color: white;
    width: 90%;
}