body{
    background-color: deepskyblue;
    color: white;
}

h1{
    text-align: center;
    font-family: "Times New Roman", Times, serif;
}

footer{
    position: absolute;
    bottom: 0;
    height: 100px;
    text-align: center;
}

.Description {
    text-align: center
}
.about {
    text-align: center
}
.Promovid {
    display: block;
    margin: 0 auto;
}