@font-face {
    font-family: "SFPro_Android";
    src: url("/sf_pro_android.ttf") format("truetype");
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "SFPro_Android", sans-serif;
    padding-right: 40px;
    padding-left: 40px;
}

div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #fff;
}

#logo {
    width: 100px;
    height: auto;
    margin-top: 100px;
    margin-bottom: 10px;
}

h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    word-wrap: break-word;
    color: black;
    line-height: 34px;
}

p {
    margin-bottom: 20px;
    color: black;
    font-size: 17px;
    max-width: 100%;
    word-wrap: break-word;
    text-align: center;
    line-height: 22px;
}

button,
a.button {
    padding-left: 20px;
    padding-right: 23px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    background-color: rgba(118, 118, 128, 0.12);
    color: #FA233B;
    border: none;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 500;
}

#icon {
    height: 17px;
    width: auto;
}

a {
    color: #FA233Bed;
    background-color: transparent;
    font-size: 17px;
    font-weight: 550;
    text-decoration: none;
}