#tips-page{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: absolute;
    align-items: center;
}

#tips-content{
    position: relative;
    width: 77%;
    top: 13%;
    max-height: 75%;
}

.tips-actions {
    width: 31vw;
    height: 10vw;
    border-radius: 5vw;
    text-align: center;
    background-color: transparent;
    COLOR: white;
    border: 0.23vw solid;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 1vw;
    font-family: Teko-SemiBold;
    font-size: 4.2vw;
    line-height: 0;

}