body {
    font-family: serif;
    color: #6d563a;
    background-color: #f0fafc;
}

main {
    margin: 200px 0 30px 0;
}

.top{
    text-decoration: underline 2px #80d7e3;
    text-underline-offset: 20%;
    text-align: center;
}

.privacy-policy p {
    width: 800px;
    text-align: left;
    display: block;
    margin: auto;
}

.privacy-policy table {
    width: 700px;
    margin: 30px auto;
    border: 0;
}

.privacy-policy th {
    text-align: left;
    background-color: #80d7e3;
    font-size: 16pt;
    padding: 10px 10px 10px 20px;
}

.privacy-policy td {
    background-color: #ffffff;
    padding: 10px 20px 10px 20px;
}

.privacy-policy ul {
    padding-left: 40px;
}

.privacy-policy span {
    font-weight: bold;
}

.privacy-policy .button {
    display: block;
    text-align: center;
    padding: 20px;
    background-color: #80d7e3;
    width: 300px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    line-height: 1;
    font-weight: bold;
    box-shadow: 5px 5px 5px 0 #808080;
    margin: auto;
}

.privacy-policy .button:hover {
    transform: scale(1.2);
}

@media screen and (max-width:768px) {
    .privacy-policy p {
        width: 300px;
        font-size: 10pt;
    }
    
    .privacy-policy table {
        width: 300px;
    }
    
    .privacy-policy th {
        font-size: 12pt;
    }

    .privacy-policy td {
        font-size: 10pt;
    }
}