.homepage{
    background-color: #21577f;
    .container{
        height: 100vh;
        width: 100vw;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        img{
            width: 300px;
        }
        h5{
            margin-top: 1rem;
            text-decoration: none!important;
            text-align: center;
            color: #75f695;
        }
    }
}
a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}