body {  color: white;}
h1 {  text-align: center  }
p {  text-align: left  }
.parcenter {text-align: center;}
img {  text-align: center  }
.center-image { text-align: center;}
.btn {
    justify-content: space-around;
    display: inline-block;
    background: #000; 
    color: #fff;
    display: flex; 
    padding: 1rem 1.5rem; 
    text-decoration: none; 
    border-radius: 3px; 
    }
.container-buttons {
    display: inline-block;
    background: #000; 
    color: #fff; 
    padding: 1rem 1.5rem; 
    text-decoration: none; 
    border-radius: 3px;
    display: flex;
    justify-content: space-around;
    }