html {
    background-color: black;
    font-family:"courier new";
    color:aliceblue;
    text-decoration: none;
    }

body {
    text-decoration: none;
    margin: auto;
    }


#container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  max-width: 1200px;
  margin-top: 1%;
    }
    
  header {
    display: flex;
    flex-wrap:wrap;
    flex-direction: column;
    align-content: center;
    margin: 1%;
    width: 100%;
    }
    
  main {
    border:solid hotpink;
    background-color: pink;
    height: 1300px;
    width: 1000px;
    margin:auto;
    padding:10px;
    justify-content: center;
    }