body {
    background-color: #352f44;
    color: #dbd8e3;
    src: url('Calibri.ttf');
    font-family: 'Calibri';
    padding: 24px;
}

p {
    font-weight: 300;
    line-height: 28px;
    font-size: 20px;
    margin: 0px;
    padding-bottom: 28px;
}

h2 {
    padding-top: 24px;
    padding-bottom: 24px;
}

h3 {
    margin-bottom: 8px;
}

button {
    background-color: #dbd8e3;
    border-style: none;
    padding: 12px 24px;
    font-size: 20px;
    src: url('Calibri.ttf');
    font-family: 'Calibri';
    font-weight: bold;
    color: #2a2438;
    border-radius: 40px;
    width: 128px;
    height: 50px;
}

button:hover {
    background-color: white;
}
