.index-logo img{
    width: 30px;
}
.index-logo img:hover {
    transition: all 1s;
    width: 40px;
}
body{
    background: radial-gradient(125% 125% at 50% 100%, #000000 40%, #010133 100%);
    height: 100vh;
    color: white;
}