body {
    background-color: #ecf0f1;
}

.header {
    font-family: 'Cormorant SC', serif;
   /* font-family: 'Cormorant Garamond', serif; */
}

.new-red {
    color: #e74c3c;
}

.col-centered {
    position:   absolute;
    transform:  translate(-50%,-50%);
    margin: 0 auto;
    top:    30%;
    left:   50%;
}

a, a:hover {
    text-decoration: none;
}
