@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');


h1 {
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 100px;
  color: dodgerblue;
  border-style: solid;
  background: black;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

h2 {
  text-align: center;
  font-size: 35px;
  color: dodgerblue;
  font-family: 'Raleway', sans-serif;
}

body {
  text-align: center;
  background-color: #202A44;
  background-size: cover;
  font-family: 'Raleway', sans-serif;
}

.button {
  height: 20px;
  width: 130px;
}



p {
  font-size: 50px;
  font-weight: bold;
  color: dodgerblue;
  border-style: solid;
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  background: black;
}

#youtube {
  margin-top: 15px;
}


.article {
  color:white;
  text-align: left;
  padding: 5% 20% 2%;
}

.article p{
  all:revert;
}

a {
  color:yellow;
}