/ codersaidfund / src / App.css
App.css
 1  .App {
 2    text-align: center;
 3    padding-top: 100px;
 4  }
 5  
 6  .App-header {
 7    background-color: #282c34;
 8    min-height: 100vh;
 9    display: flex;
10    flex-direction: column;
11    align-items: center;
12    justify-content: center;
13    font-size: calc(10px + 2vmin);
14    color: white;
15  }
16  
17  body,
18  html {
19    background-color: #ffdab9;
20    margin: 0;
21    padding: 0;
22    height: 100%;
23  }
24  
25  .App {
26    min-height: 100vh;
27    padding-bottom: 60px;
28  }