.title {
    font-size: 180px;
    color: aliceblue;
    font-weight: bold;
    text-decoration: none;
}

.name {
    font-size: 50px;
    color: aliceblue;
    font-weight: bold;
}

.privacy {
    color: aliceblue;
    font-weight: bold;
    font-size: 25px;
    text-decoration: none;
}

.support {
    color: aliceblue;
    font-weight: bold;
    font-size: 25px;
    text-decoration: none;
}

.text {
    color: aliceblue;    
    text-decoration: none;
}