body
{
    font-family: 'Montserrat', sans-serif;
    background-color: rgb(68, 68, 68);
    height: auto;
}
.text-block
{
    background: white;
    padding: 5px;
    margin-top: 50px;
    box-shadow: 0 6px 12px 0 hsl(0, 8%, 34%);
    margin-bottom: 20px;
    float: center;
}
.text-block:hover
{
    box-shadow: 0 8px 15px 0 hsl(0, 8%, 20%);
    transform: translateY(-3px);
}
