body{
    background-color:  #121212;
}
#center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2%;
}

#img-policy{
    width: 50%;
}

#text-policy{
    width: 50%;
    text-align: center;
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}