body{
  background-image: linear-gradient(violet,green);
  font-family: Synthemesc, bold;
  color: violet;
  font-style: normal;
  font-weight: 400;
  font-size: 50pt;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  width: 1080px;
}

@font-face {
    font-family: "Synthemesc";
    src:url(Synthemesc.woff) format("opentype");
 }

 footer {
         padding: 10px 20px;
         background: #green;
         color: white;
       }


a{
  color: violet;
}

p{
  font-size: 30pt;
  text-align: center;
  color: white;
  justify-content: center;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.logos{
  justify-content: center;
  display: block;
  margin-left: 20%;
  margin-right: auto;
;

}
.video{
  align-items: center;
  justify-content: center;
  margin-left: 280px;

}

.Links{

background-color: lightgreen;
position: absolute;; /* Stay fixed */
height: 1000px;
width: 250px;
color: pink;
text-decoration: none;
}

.centered-element {
  width: 100%;
  height: 30px;
  border-radius: 10px;
  padding: 5px;
  padding-left: 10px;
  align-items: left;
  display: flex;
  justify-content: left;
  text-decoration: none;
  font-size: 30pt;
}
