body {
    background-image: url(img/spacebggeo2.gif);
    color: rgb(221, 217, 252);
}

.alien {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}

img {
    width: 200px;
    height: auto;
    margin-top: 200px;
}

p {
    margin-top: 70px;
    padding: 20px;
    background-color: rgba(221, 217, 252, 0.151);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px;
    border-color:rgb(221, 217, 252);
}