html {
    background-color: #ffb7c5;
    display: flex;
    justify-content: center;   /* Centers horizontally */
    align-items: center;       /* Centers vertically */
}
.experience {
    margin: auto auto 21px auto;
    background-color: #ffa0c5;
    color: #fcedf2;
    text-shadow: -1px -1px 0 #ffd1d4, 1px -1px 0 #ffd1d4, -1px 1px 0 #ffd1d4, 1px 1px 0 #ffd1d4;
    padding: 21px 21px 21px 21px;
}
h3 {
  text-align: center;
}