main{
    background-color: #373a41;
    color: white;
    min-height: 100vh;
    padding: 100px 0;
}
main p:last-child{
    margin-bottom: 0;
}