body {
    background-color: rgba(53, 54, 58, 1);

}

#app {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(25deg, #ca6b5b, #b58581, #939da7, #53b3cf);
}

#content {
    width: 70%;
    margin-left: 15%;
    display: flex;
    flex-direction: column;
    margin-top: 200px;
}
#title {
    color: whitesmoke;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 40px;
}

#btn-bg {
    display: flex;
    flex-direction: row;
    gap: 30px;
}


.link-bg {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 80px;
    height: 90px;
    color: white;
    font-size: 12px;
}


.link-img {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 26px;
    /* font-weight: 300; */
    border-radius: 15px;
}