body{
    font-family: 'Source Code Pro', monospace;
    font-weight: lighter;

}
span{
    font-weight: normal;
    margin: 0px 10px;
}
div{
    margin: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.social img {
    margin: 10px;
    max-width: 40px;
}
.cases{
    flex-direction: column;
}
.cases>a{
    color:inherit;
}
.main{
    display: flex;
    height: 95vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer{
    font-size: 8px;
}
.footer a{
    text-decoration: none;
    color: black;
}