@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src:
    local('Roboto'),
    url("../assets/fonts/roboto-v18-latin-ext-regular.woff") format("woff"),
    url("../assets/fonts/roboto-v18-latin-ext-regular.woff2") format("woff2");
    font-display: swap;
}
html {
    border: 2px solid #121212;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    margin: 0;
    min-height: 87%;
    overflow: auto;
    padding: 15px;
}
.tru-backgroundbody {
    background-color: #ffffff;
}
.tru-ph-soc-container {
    border: 0;
    font-family: 'Roboto';
    font-size: 10pt;
}
.tru-centered {
    padding: 15px;
}
.tru-headingstyle {
    font-size: 15pt;
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
}
.tru-subheadingstyle {
    font-size: 10pt;
    text-align: center;
    margin-bottom: 50px;
}
.tru-ph-buttons-container {
    display: flex;
    justify-content: center;
}
.tru-btn-accept {
    font-family: 'Roboto';
    font-weight: bold;
    color: #ffffff;
    background-color: #121212;
    border: 2px solid #121212;
    border-radius: 0px 0px 0px 0px;
    padding: 10px;
    vertical-align: middle;
    cursor: pointer;
    transition: 0.3s;
    margin-right: 5px;
}
.tru-btn-privacy {
    font-family: 'Roboto';
    font-weight: bold;
    color: #121212;
    background-color: #ffffff;
    border: 2px solid #121212;
    border-radius: 0px 0px 0px 0px;
    padding: 10px;
    vertical-align: middle;
    cursor: pointer;
    transition: 0.3s;
    margin-left: 5px;
}
.tru-btn-privacy:hover {
    color: #ffffff;
    background-color: #121212;
    border-color: #121212;
}
.tru-btn-accept:hover {
    color: #ffffff;
    background-color: #121212;
    border-color: #121212;
}
.tru-logo-container {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: -15px;
}
.tru-logo-link {
    width: 100px;
    cursor: pointer;
}
