h1 {
    color:white;
}

.home {
    /* text-align: center; */
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(40 34 99);
}

.icon {
    align-content: center;
    text-align: center;
    font-size: 25px;
}

.btn-download {
    background-color: white;
    color: rgb(40 34 99);
    border-color: rgb(40 34 99);
}

.btn-download:hover {
    background-color: rgb(40 34 99);
    color: white;
}