@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Bungee&display=swap');

body {
    color: white;
    background-color: #a9cce3;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

h3, p {
    color: #1b4f72;
}

h3 {
    font-size: 36px;
    font-family: 'Bungee', cursive;
    text-align: center;
}

div {
    background-color: white;
    margin: 0 auto;
    padding: 30px;
    width: 70%;
    border: 6px solid #21618c;
    border-radius: 20px;
}