@charset "UTF-8";
/* CSS Document */
body {
    background-color:rgb(238, 127, 52);
}
h1 {
    font-family: 'Silkscreen', cursive;
    background-color: aqua;
    color:blueviolet;
}
h2 {
    font-size:large;
    color: aqua;
}
a {
    transition-duration: 2s;
    font-size: normal;
  }
  .textBox {
      border: 10px outset goldenrod;
      background-color: black;
      border-radius: 0.75%;
      margin: 10px;
      padding: 5px;
      width: 100%;
      height: auto;
      color: #00ffff;
  }

p {
    margin-left: 50px;
    margin-right: 50px;
}
.container, [class^='col-']  {
    outline: 15px solid #ccc;
    padding: 15px;
    background-color:#9705ff;
}