.home-option {
    position: relative;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: 0 0 10px grey;
}

.home-option__black {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: black;
    opacity: 60%;
}
.home-option__a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}
.home-a {
    width: 100%;
    border-radius: 15px;
    background-color: black;
}

.home-option-light{
    width: 100%;
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 10px;
    background-color: black;
    box-shadow: 0 0 10px grey;
}
.home-option-light__a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}