@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&family=Poppins:wght@300&display=swap');

body{ background: #2d2d2d;
      font-family: 'M PLUS 1p', sans-serif;
      font-family: 'Poppins', sans-serif;
      color: #f1ecec;
      margin: 0; }

header{ text-align: left;
        padding: 5px;
        padding-top: 7px;
        background: #483c3c; }
.youtube{  text-align: center;  }

h1{  margin-left: 10px;}
h2{  text-decoration: underline;  }

div{  background: #898989;
      width: 1200px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px;
      border-radius: 30px;
      clear: left;
      overflow: hidden;
      box-shadow: 3px 3px 6px #f9f9f9; }


.as{    float: left;
        margin: 20px; }

footer{ color: #8a8b92;
        text-align: center;
        background: #483c3c; }
