* {
    margin: 0;
    padding: 0;
}

.homepage-image {
    position: relative;
    background-image: url("../images/background.jpg");
    height: 100vh;
}

.overlay-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0040ef;
    opacity: 0.5;
}

.auth-links {
    margin-right: 0px !important;
}

.vcenter {
    display: flex;
    align-items: center;
}

.title {
    font-size: 5em;
    color: #fff;
}

.short-details {
    color: white;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 30px;
    margin: 25px 0 8% 0;
}

.login {
    margin-right: 5%;
}

.login, .register {
    background-color: #011b42;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1.5em;
    padding: 1% 8%;
    text-decoration: none;
}

.login:hover, login:active, .register:hover,  register:active {
    text-decoration: none;
    color: #d9d3d3;
    background-color: #210a59;
}

.welcome-page-dashboard-link {
    background-color: #011b42;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1.5em;
    padding: 1% 8%;
    text-decoration: none;
}

.welcome-page-dashboard-link:hover {
    text-decoration: none;
    color: #d9d3d3;
    background-color: #210a59;
}
