*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

article{
    position: relative;
}

.bitter-uniquifier {
  font-family: "Bitter", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h1{
    font-family:bitter-uniquifier;
    font-size: 60px;
    text-align: center;
    color: rgb(146, 204, 238);
}

body{
    background-color: rgb(42, 43, 44);
}

h2{
    font-family:bitter-uniquifier;
    font-size: 30px;
    text-align: center;
    color: rgb(146, 163, 238);
}

#video{
    width: 400px;
    height: 200px;
    border-radius: 15px;
    text-align: center;
}