body{
    color:rgb(172, 6, 6);
    background-color: rgb(7, 59, 172);
    margin:0px;
    font-family: "Playwrite USA Modern",sans-serif;
}

header{
    border-bottom: solid 2px rgb(255, 249, 249);
    padding: 20px;
    font-size: 32px;
    color:rgb(0, 0, 0)
}

section{
    background: rgb(3, 65, 3);
    padding-bottom: 80px;
    padding-top: 80px;
    display: flex;
    justify-content: center;
}