body {
    background-color: #323539;
    color: white;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    text-rendering: optimizeLegibility;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
}

#rot{
    transform: rotate(20deg); 
}

.wrapper{
    display: flex;
    flex-direction: column;
}

#privacy_wrapper{
    margin: auto;
    max-width: 1000px;
}

#privacy_wrapper li p{
    text-align: left;
}

.btn {
    display: block;
    margin: auto;
    margin-top: 25px;
    background-color: #007bff ;
    color: white;
}

.btn:hover{
    border-color: white;
}

h1, h2, h3, h4{
    text-align:center;
    font-weight: bold;
    margin-top: 50px;
}

p {
    text-align: center;
}

.button_container {
    margin: 10px 0 0 10px;
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("../icons/back.png");
}

.button_container:hover {
    background-image: url("../icons/back_hover.png");
}

#logo{
    width: 32px;
    height: 32px;
    background: white;
    border-radius: 25%;
}
