* {
    margin: 0;
    padding: 0;
}

:root {
    --vh: 100vh
}

html {
    font-size: 2.6666vw;
}

.main {
    width: 100vw;
    height: var(--vh);
    position: relative;
    background:linear-gradient( rgba(0,0,0) 0%, rgba(0,0,0) 100%), linear-gradient( 91deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.67) 100%);
}
.bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../assets/bg.png") no-repeat top center /cover;
}

.logo {
    position: absolute;
    top: 2rem;
    left: 2rem;
    width: 2.761rem;
    height: 3.103rem;
}

.des {
    position: absolute;
    top: 9.8rem;
    left: 2rem;
    width: 23.1rem;
    height: 28.41rem;
}

.btn-group {
    position: absolute;
    width: 22.2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    bottom: 5.9rem;
    left: 7.7rem;
}

.btn {
    width: 100%;
    height: 5.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    font-size: 1.6rem;
    color: #000;
    background: #fff;
    border-radius: 2.65rem;
    border: none;
    outline: none;
}
.icon{
    width: 3rem;
    height: 3rem;
}
