img {
    display: block;
    margin: auto;
}

p {
    display: block;
    text-align: center;
    align-content: center;
}

body {
    font-family: sans-serif;
}

a {
    text-decoration: none;
    color: white;
    font-style:
}

.button {
    color: white;
    display: block;
    margin: auto;
    background-color: black;
    width: 200px;
    padding: 20px;
    border-radius: 10px;
}