body { 
    font-size: 28px; 
    color: #fff; 
    background: linear-gradient(45deg, #0C7DB0 0%,#09AB88 100%); 
} 
.container { 
    max-width: 1200px; 
} 
.home-body {
    min-height: 100vh;    
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
a { 
    color: #BDD5EA; 
    text-decoration: none; 
} 
a:hover { 
    color: #fff; 
}