body{
    background-image: url("https://i.imgur.com/K6M9OqI.jpg");
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
}

#forums{
    width: 30%;
    height: 15%;
    top:20%;
    left:35%;
    position: absolute;

}

#forums:hover{
    transform: scale(1.2, 1.1);
}

#fimg{
    height:100%;
    width: 100%;
}

#discord {
    width: 30%;
    height: 15%;
    top:40%;
    left:35%;
    position: absolute;

}

#discord:hover{
    transform: scale(1.2, 1.1);
}

#dimg{
    height:115%;
    width: 100%;
}

#donate{
    width: 30%;
    height: 15%;
    top:60%;
    left:35%;
    position: absolute;

}

#donate:hover{
    transform: scale(1.2, 1.1);
}

#donimg{
    height:100%;
    width: 100%;
}
