
body {
    display: grid;
    justify-content: center;
    text-align: center;
    background: pink;
    background-image: url('assets/bg2.png')
}
p {
    color: green;
    font-family: "Monospace";
}

a:link, a:visited {
    color: magenta;
    font-family: "Sans Serif";
}

.ufogif {
    background-image: url("assets/ufo.gif");
    width: 60px;
    height: 30px;
    left: 68%;
    top: 155px;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;

}

.rocketgif {
    background-image: url("assets/rocketship.gif");
    width: 106px;
    height: 82px;
    left: 30%;
    top: 155px;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;

}

.doot {
    background-image: url("assets/doot.gif");
    width: 50%;
    height: 50%;
    left: 10%;
    top: 100px;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
}

.doot2 {
    background-image: url("assets/doot.gif");
    width: 50%;
    height: 50%;
    right: -40%;
    top: 100px;
    transform: translateX(-50%) translateY(-50%) scaleX(-1);
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
}


.publications  {
    left: 15%;
    top: 600px;
    text-align: center;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.publications-text  {
    margin-bottom: 5px;
    font-family: Courier;
    font-weight: bold;
    text-decoration: underline;
    font-size: 20px;
    color: #ff8c00;
}

.science {
    background-image: url("assets/science.gif");
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.articles {
    right: 15%;
    top: 600px;
    text-align: center;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.articles-text {
    margin-bottom: 5px;
    font-family: Courier;
    font-weight: bold;
    text-decoration: underline;
    font-size: 20px;
    color: #ff8c00;
}

.news {
    background-image: url("assets/news.gif");
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}



.title  {
    font-family: "Courier";
    margin: auto;
    color: #ff8c00;
    text-align: center;
    justify-content: center;
}


img {
    margin-left: auto;
    margin-right: auto;

}

.facts {
    font-size: 16px;
}
