* {
    margin: 1px;
    padding: 1px;
    box-sizing: border-box;
}

body {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #84ace7;
}

.wrapper {
    width: 900px;
    height: min-content;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
}

.wrapper h3{
    font-size: 40px;
    margin-bottom: 10px;
    text-align: center;
}