body{
    background-color: #252422;
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    font-style: normal;
}

h1{
    text-align: left;
    margin-top: 50px;
    margin-left: 20px;
    color: #eb5e28;
    font-size: 102px;
    border-bottom: 4px solid; 
}
h2{
    text-align: left;
    margin-top: 50px;
    color: #eb5e28;
    font-size: 37px;
}
.bordertop{
    padding-top: 100px;
    border-top: 4px solid; 
}

main, footer{
    background-color: #252422;
    color: #fffcf2;
    font-size: 22px;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-right: 80px;
    margin: auto;
    padding: 50px;
    font-style: normal;
    border: 4px solid #eb5e28;
    border-radius: 16px;
    color:#fffcf2;
    max-width: 56ch;
    
}
p{
    
line-height: 140%;
}
footer{
    text-align: center;
    font-weight: 200;
    max-width: none;
    text-decoration: none;
    margin-top: 50px;
}

a, abbr{
    color: #fffcf2;
}

@media screen and (max-width: 1000px){
    main{
        margin-left: 30px;
        font-size: 20px;
        line-height: 1.5;
}
}