Website/styles/Privacy.module.css

19 lines
366 B
CSS
Executable File

.Privacy {
background-color: #17171f;
border-radius: 5px;
border: #2c2c3b 2px solid;
padding: 20px;
margin: 80px;
margin-top:0px;
text-align: center;
font-family: 'Manrope';
}
.ScrollBox {
display: block;
position: fixed;
overflow-y: scroll;
height: 100%;
padding-bottom: 50px;
margin: auto;
width: 100%;
}