.logo {
    width: 100%;
    max-width: 300px;
    height:auto;
    margin-top:20px;
    margin-bottom: 20px;
}

.text-center {
    text-align: center;
}

h1 {
    color: #808184;
    font-family: 'Kameron', serif;
}

a {
    color: #4347ad;
    font-family: 'Kameron', serif;
}

body {
    background-color: #f9fdd3;
}