body {
    background-color: rgb(222, 243, 221) ;  
    color: #fff;                                                                                                                    ;
    margin: 0px;
}

header {
    border-bottom: solid 2px rgb(42, 122, 228);
    padding: 20px;
    font-size: 32px;
    color: rgb(42, 122, 228);
}

.chamada {
    background: rgb(82, 201, 98);
    padding-bottom: 80px;
    display: flex;
    justify-content: center;
}

.chamada-texto {
    margin-right: 5%;
}

h1 {
    font-size: 40px;
}

p {
    font-size: 20px;
}

footer {
    background-color: #222;
    color: rgb(42, 122, 228);
    bottom: 0;
    position: fixed;
    width: 100%;
}

footer p{
    text-align: center;
    font-size: 14px;
    margin-top: 3px;
}