@font-face {
    font-family: Helvetica; src: url('helvetica.woff');
}

body {
    font-family: Helvetica;
    background-color: #149B48;
}

div.content {
    background-color: white;
    width: 600px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding-bottom: 30px;
}

.centered {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

p {
    width: 100%;
}

audio {
    width: 90%;
}

a {
    color: #149B48;
}

img.logo {
    width: 500px;
    height: 500px;
    margin-top: 30px;
}
