@import url('https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Pre:wght@400..700&family=Playwrite+DE+Grund:wght@100..400&display=swap');

body {
    width: 100%;
    height: 100%;
    font-family:"Edu AU VIC WA NT Pre";
    background-color: black;
}


.text1 a {
    color: white;
    text-decoration: none;
    font-size: 4rem;
    transition: color 0.3s ease;
}

.text1 a:hover {
    color:  #ff67eb;
}

.text2 a {
    color: white;
    text-decoration: none;
    font-size: 4rem;
    transition: color 0.3s ease;
}

.text2 a:hover {
    color:  #ff67eb;
}