@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;1,600&display=swap');
h1 {
    color: hsla(0, 0%, 100%, 0.918);
    font-family: 'Raleway', sans-serif;
    text-align: center;
    margin-top: 400px;
    font-size: 100px;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
    font-weight: 600;
}


h2 {
    color: hsla(0, 0%, 100%, 0.918);
    font-family: 'Raleway', sans-serif;
    text-align: center;
    margin-top: 200px;
    margin-left: -45px;
    font-size: 23px;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
    font-weight: 300;
}

h3 {
    color: hsla(0, 0%, 100%, 0.918);
    font-family: 'Raleway', sans-serif;
    text-align: center;
    margin-top: -235px;
    margin-left: -5px;
    font-size: 32px;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
    font-weight: 600;
}

body {
    background-image: url('https://wallpaperaccess.com/full/2641063.gif');
    background-repeat: no-repeat;
    background-size: cover;
}

i {
    color: #FFFF;
    text-align: center;
    margin-left: 900px;
    font-size: 80px;
    display:block;
    float: left;
    text-shadow: 7px 7px 7px rgb(0, 0, 0);
}

g {
    color: #FFFF;
    text-align: center;
    margin-left: 225px;
    font-size: 80px;
    display:block;
    float: left;
    text-shadow: 7px 7px 7px rgb(0, 0, 0);
}

t {
    color: #FFFF;
    text-align: center;
    margin-left: -667px;
    font-size: 80px;
    display:block;
    float: left;
    text-shadow: 7px 7px 7px rgb(0, 0, 0);
}


i:hover {
 color:rgb(194, 135, 248)
}

g:hover {
    color:rgb(194,135,248)
}

t:hover {
    color:rgb(194, 135, 248)
}
