body {
    max-width: 100%;
    min-height: calc(100vh - 120px);
    margin: 0;
    padding: 60px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Roboto', sans-serif;
    background-image: url('images/BC-red-dots-background.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
}
p {
    font-size: 22px;
}
h1 {
    font-size: 45px;
}
a {
    color: #ffffff;
}
.stars {
    font-size: 40px;
    color: #ffd800;
}
.google-link {
    font-size: 37px;
    color: #ffd800;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}