* {
    margin: 0; padding: 0; border:0; box-sizing: border-box;
}

h1 {
    text-align: center;
    font-weight: normal;
    font-size: 70px;
    font-family: 'Times New Roman', Times, serif;
    text-shadow: -3px 4px 10px white;
}

h2 {
    text-align: center;
    font-weight: normal;
    font-size: 45px;
    padding: 15px;
    font-family:'Times New Roman', Times, serif;
    text-wrap: right;
}


body {
    background-color: rgb(124, 245, 124);
    font-family: verdana;
    border: 10px solid white;
    padding: 2em;
}

.page-wrapper {
    border-left: 4px;
    border-right: 4px;
    padding: 0px 2em;
}

h1 {
    background-color: rgb(5, 103, 5);
    padding: 1em;
    transition: background-color .6s linear;
    border: 2px solid white;
}

h1:hover{
    background-color: rgb(124, 245, 124);
    transition: background-color .6s linear;
}

h3{
    text-align: center;
    font-weight: normal; 
    font-size: 30px;
    padding: 10px;
    font-family: 'Times New Roman', Times, serif;
}

div {
    text-align: left;
    font-weight: normal;
    padding: 20px;
}