.demo-container {
    background-color: #f7fafc;
    padding: 20px;
    border-radius: 8px;
    margin: 15px 0;
}

.normal-box {
    width: 100px;
    height: 60px;
    background-color: #4299e1;
    color: white;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    margin: 10px;
    border-radius: 5px;
}

.relative-box {
    position: relative;
    top: 15px;
    left: 25px;
    background-color: #ed8936;
}