html,
body {
    margin: 0;
}

.select {
    position: absolute;
    top: 50px;
    right: 20px;
    width: 100px;
    background: rgb(81, 62, 184);
    color: white;
    margin-top: 5px;
}

.clear {
    position: absolute;
    right: 20px;
    top: 30px;
    width: 100px;
}

h4 {
    margin: 0 auto;
    text-align: center;
    top: 20px;
}
