body{
    background: linear-gradient(#001f58,#7772de);
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
}
p{
    background-position: fixed;
    font-size: large;
    height: 50%;
    font-weight: 30px;
    font-display: block;
    position: relative;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-align: center;
    justify-content: center;
    align-content: center;
    left: 38%;
    top: 20px;
    margin: 20px;
    color: lightskyblue;
}
.im img{
    height: 400px;
}
a img{
    height: 30px;
}
a{
    color: azure;
}