.info-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    border-left: 5px solid #a32525;
    position: relative;
}
.info-box h2 {
    margin-bottom: 10px;
    color: #a32525;
}
.button-container {
    position: relative;
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.button-container button:hover {
    background-color: #831c1c;
}