
#home {
    background-image: linear-gradient(0deg, #436099 22%, rgba(30, 46, 90, 0.6) 100%);
    width: 100%;
}

.home-info {
    color: white!important;
    font-size: 1.4em;
    padding-top: 20px;
}

.home-title {
    color: white!important;
    margin-top: 10rem;
    font-size:100px;
}

.home-background-image {
    width: 35%;
    height: auto;
    padding-bottom: 4rem;
}

.home-text-animation {
    animation-duration: 0.5s;
    animation-name: animate-fade;
    animation-delay: 0.2s;
    animation-fill-mode: backwards;
}

hr { 
    height: 2px;
    background: black;
    margin-inline-end: 50%;
}

@media only screen and (max-width: 768px) {
    hr { 
        margin-inline-end: 0;
        margin-top: 5px;
        margin-bottom: 20px;
    }
}