div.details{
    text-align: justify;
    color: black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.6;
    margin-left: 17rem;
    float: left;
    width: 500px;
}

h1{
    font-family: monospace;
    text-align: center;
    font-size: 40px;
    color: black;
    margin-bottom: 5rem;
}
#editorPic{
    height: 400px;
    width: 400px;
    margin-left: 8rem;
    border: 5px solid rgb(0, 0, 0);
    box-shadow: 0 0 15px 1px rgba(0, 255, 255, 0.5);
}