       body {
            background-color: black;
            color: lightblue;
            font-family: Arial, sans-serif;
        }

        h1 {
            color: purple;
            position: absolute;
            left: 300px;
            top: 50px;
        }
        h3  {
            position:absolute;
            left: 200px;
            top: 100px;
        }
      body {
    font-family: 'Arsenal', sans-serif;
}
      .board {
    width: 400px;
    height: 300px;
    background: #111;
    border: 2px solid #4aa3ff;
    padding: 15px;
    overflow-y: scroll;
    border-radius: 10px;
    box-shadow: 0 0 15px #4aa3ff;
    position: absolute;
    right: 50px;
    top: 150px;
}

       .post {
    background: #1a1a1a;
    padding: 10px;
    margin-bottom: 10px;
    border-left: 3px solid #4aa3ff;
}

        ul {
          position: absolute;
          right:75px;
          top: 475px;
}
  