
body{
    text-align: center;
    font-family: spacefont;
    background-image: url(/web3/project3game/imgs/spacebackground.jpg);
    color: seagreen;
    
}

    @font-face {
        font-family: spacefont ;
        src: url("Spaceton.otf");
    }

header{
    font-family: spacefont;
    font-size: 50px;
    padding: 2rem;
    background-color: rgba(0, 0, 0, 0.309);
    border-radius: 1.5rem;
    margin: 80px;


}

.alienimg {
    border-radius: 1.5rem;
}

h2{
    font-size: 30px;
    padding-bottom: 1.5rem;
}

h3 {
    font-size: 30px;
    padding-bottom: 1.5rem;
}
h4{
    font-size: 30px;
    padding-bottom: 1.5rem;

}

body a {
    text-decoration: none;
    color: seagreen;
}

a:hover {
    color:  rgb(7, 127, 240);
}


#love{
    max-width: 25%;
    max-height: 25%
    }
