.text {
    color: rgb(120, 129, 172);
}

.page {
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: rgb(25, 24, 26);
    color: aliceblue;
}

.logo {
    width: 500px;
    margin-top: 5%;
}

.aboutme {
    background-image: linear-gradient(rgb(218, 218, 218), rgb(180, 180, 180));
    padding: 10px;
    text-decoration: none;
    color: black;
    border: solid grey ;
}

.aboutme:hover {
    background-image: linear-gradient(rgb(204, 228, 255), rgb(114, 164, 184)) ;
    border: solid rgb(61, 138, 167) ;
}