@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300&family=Yuji+Hentaigana+Akari&display=swap');

body {
    background-color: rgb(0, 0, 0);
    background-image: url("cyber.jpg");
    opacity: 1;
    color: white;
    font-family: 'Kalam', cursive;
    overflow: hidden;

}

.back {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;

}

.cack {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url("PRONOUNS.gif");
    background-size: cover;

}

h2 {
    position: absolute;
    left: 85%;
    top : 90%;
}

b {
    color : crimson;

}