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

main{
    position: relative;
    top: 110px;
    height: auto;
    margin: auto;
    padding: 50px;
    padding-bottom: 100px;
    /* DESIGN */
    background-color:#E6E6E6;
    text-align: center;
}

section.pol-content{
    margin-top: 40px;
}

footer{
   position: relative;
   top: 60px;
   background-color: #bdbdbd;
   border-top-left-radius: 30px;
   border-top-right-radius: 30px;
}