.main-p {
    color:green;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 70px;
    font-style: italic;
    text-align: center;
    text-decoration: underline;
    line-height: 50px;
    word-spacing: 10px;
}

.test-div {
    width: 100px;
    height: 100px;
    background-color: gray;
    margin-top: 200px;
    
}