* {
    margin: 0;
    padding: 0;
}

body,
html {
    width: 100%;
    height: 100%;
}

ul {
    list-style: none;
}

body {
    box-sizing: border-box;
    padding: 0 20px;
}

.top {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border-bottom: 2px solid #4890f0;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #191c2c;
}

.box {
    width: 100%;
    margin-top: 20px;
    box-shadow: 0 0 5px #c3c3c3;
    margin-bottom: 20px;
}


.text {
    box-sizing: border-box;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    line-height: 30px;
    font-size: 14px;
}