* {
    margin: 0;
    padding: 0;
}

header{
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

section{
    display: flex;
    width: 100%;
}

section ul{
    list-style: none;
    width: 100%;
    flex-grow: 1;
}

section ul li{
    text-align: center;
    width: 100%;
}

section ul li a{
    width: 50%;
    display: block;
    box-sizing: border-box;
    background: #2490d7;
    padding: 20px 40px;
    margin: 20px auto;
    color: white;
    border-radius: 5px;
    font-family: FFDINWebProBold,Arial,sans-serif;
    text-decoration: none;
}