html {
    background-color: antiquewhite;
}

h1 {
    text-align: center;
}

section {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    margin: 20px;
    padding: 30px;
    border-radius: 30px;
    text-align: center;
    color: rgb(77, 47, 27);
    width: 200px;
    height: 180px;
    background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}

span {
    font-size: 60px;
}