@import url("https://fonts.googleapis.com/css2?family=Varela+Round&display=swap");

body {
    background: #524dab;
}

.logo-container {
    margin-top: 100px;
    text-align: center;
}

.logo {
    width: 500px;
    max-width: 100%;
}


.page-title {
    color: #ffffff;
    font-size: 30px;
    font-family: 'Varela Round', sans-serif;
    font-weight: bolder;
}
