body {
    background-color: black;
    font-family: baskerville;
    color: white;
   }
   header {
    position: fixed;
    width: 95%;
    height: auto;
    margin-top: 40px;
    margin-left: 2px;
    font-size: 50px;
    text-align: center;
    color: #00688B;
    background-color: #48D1CC;
    border: solid 2px #00688B;
    border-radius: 0 100px 100px 100px;
   }
   div {
    border: none;
    text-align: center;
   }
   .one {
    font-size: 40px;
    color: grey;
   }
   .two {
    font-size: 25px;
    color: grey;
   }
   .title {
    display: flex;
    justify-content: left;
    text-align: center;
    font-size: 40px;
    color: white;
   }
   footer {
    border: solid 1px grey;
    width: 100%;
    background-color: grey;
    margin-bottom: 0;
    font-size: 20px;
   }
   something {
    position: fixed;
    top: 5px;
    border: solid 1px #00BFFF;
    width: 100%;
    height: 60px;
    background-color: #00BFFF;
   }
   #button {
    position: fixed;
    top: 70px;
    border: solid 2px #191970;
    width: 100%;
    height: 20px;
    color: #191970;
    background-color: #00BFFF;
   }
   .p {
    font-size: 18px;
   }
   .icon {
     width: 80px;
     border-radius: 40px;
     cursor: pointer;
   }
   #output {
     color: aqua;
     font-size: 15px;
   }
   
