File size: 277 Bytes
54d0f08
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.container {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(31, 41, 55);
    padding:3em;
}

.container p {
    font-size: 16px !important;
    color: white !important;
    margin-bottom: 22px;
    line-height: 1.4 !important;
}