.buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.buttons img {
    width: 88px;
    height: 31px;
}

.content-box {
    position: relative;
}

#mouse {
    position: absolute;
    bottom: -15px;
    left: -20px;
    transform: rotate(-10deg);
    width: 40px;
    height: auto;
    z-index: 10;
}

#internet-explorer {
    position: absolute;
    top: -15px;
    right: -20px;
    transform: rotate(10deg);
    width: 40px;
    height: auto;
    z-index: 10;
}
