#title{
    font-size: 40px;
}

p {
    color: navy;
    text-indent: 30px;
    text-transform: uppercase;
  }

#icp {
    text-align: center;
    font-size: 20px;
    width: 90%;
}

#content{
    width: 80%;

}

#body {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }