@import url('https://fonts.googleapis.com/css2?family=Secular+One&display=swap%27');

body {
    font-family: 'Secular One', sans-serif;
    color: #1b3647;
    display: flex;
    justify-content: center;
}

article {
    margin-top: 1em;
    box-shadow: 0px 0px 11px -1px rgba(100,65,65,0.75);
    border-radius: 1em;
    width: 70%;
    overflow: hidden;
}

.banner {
    background-image: url("img/Logo.jpg");
    background-size: cover;
    width: 100%;
    height: 400px;
}

.content {
    padding: 1em;
}