.home-hero-text{
    font-size: 80px;
    text-align: center;
    color: var(--white);
    text-shadow: 3px 3px var(--primary);
}
.home-why{
    font-size: 50px;
    text-align: center;
    color: var(--white);
    text-shadow: 3px 3px var(--primary);
}
.home-desc{
    display: flex;
    background: var(--frosted-white);
    width: 95%;
    justify-self: center;
    border: 2px inset var(--frosted-white);
    box-sizing: border-box;
    align-self: center;
}
main{
    display: flex;
    flex-direction: column;
}
.home-hero-button-group{
    justify-content: center;
}