* {
    text-align: center;
}

textarea {
    resize: none;  
    width: 827px;
    height: 1169px;
    border-radius: 0;
    font-size: 12px;
    text-align: left;
    font-family: 'Times New Roman';
    border: 1px solid white;
  }

  input{
      font-size: 35px;
      width:825px;
      height:40px;
      text-align: left;
      font-family: 'Times New Roman';
      border: 1px solid white;
  }

  a {
    text-decoration: none;
    font-family: arial;
    margin-left: auto;
    margin-right: auto;
  }

  h2 {
    height: auto;
    width: 200px;
    background-color: cyan;
    border: 3px solid blue;
    padding: 5px;
    font-family: arial;
    margin-left: auto;
    margin-right: auto;
  }

  h3 {
    margin-left: 100px;
  }

  a:hover {
    background: red;
  }

  li {
    list-style: none;
    font-size: 15px;
    font-family: arial;
  }
  h1 {
    margin-left: 150px;
  }

  button {
    font-family: 'Times New Roman';
    font-size:1.0rem;
    height: 40px;
    width: 150px;
    border-radius: 1.0rem;
    border: 3px solid black;
    margin-left: auto;
    margin-right: auto;
}

h4 {
    text-align: center;
}

text {
    text-align: center;
}

h5 {
    text-align: center;
}