::-webkit-scrollbar {
    width: 0px;
}

body {
    text-align: center;
    background-color: #49484e;
    margin: 0;
    padding: 0;
}

.main-logo {
    width: 180px;
    background: #414f76;
    padding: 40px;
    margin: 5px;
    border-radius: 3px;
    box-shadow: inset 0px 0px 5px 5px rgba(8, 37, 109, 0.3);
}

.logo-container {
    background: black;
}

.set {
    margin: 0% auto;
}

.drum {
    cursor: pointer;
    outline: none;
    font-size: 18px;
    color: transparent;
    border-radius: 3px;
    display: inline-block;
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 7.5px 5px;
    background-color: #818287;
    box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.25);
    border: 1px solid #818287;
    border-top: 1px solid #aeafb5;
}

.drum:active {
    border: 2px solid white;
    box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.drum:hover {
    opacity: 0.9;
}

.beat-it-1 {
    padding: 10px;
    background-color: #4d5e8c;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
    border: 1px solid transparent;
    cursor: pointer;
    outline: none;
    font-size: 18px;
    color: white;
    letter-spacing: 1px;
    font-size: 14px;
    border-top: 1px solid #6f85bf;
    border-radius: 3px;
}

.beat-it-1:active {
    box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid white;
}
