body {
    background-color: #2d4059;
  }
.musicbuttons{
    
    width: 10px;
}
.logo{
   
}
.cons{
    
}
.activatordiv{
    color: #00ff00; /* text color */
    font-size: 1.5em;
    font-family: ‘Georgia’, serif;
    
 
}
.box{
    margin-bottom: 150px;
}
.mbuts{
    width: 25%;
    height:12vh;
    background-color: #008CBA;
    border-radius: 10px;
    filter: drop-shadow(3px 3px 3px black);
}
.mobico{
    width: 90vw;

    display: flex;
    justify-content:space-between;
}
.et_pb_button {
    display: inline-block;
    width: 25%;
    margin: 5px; /* space between buttons */
    background: #7cb06f; /* background color */
    color: #333; /* text color */
    font-size: 1.5em;
    font-family: ‘Georgia’, serif;
    font-style: italic;
    border-radius: 10px; /* rounded corners */
    padding: 8px 16px; /* space around text */
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.mobileicons{
	padding-top: 10px;

	padding-bottom: 1px;
    margin-left: auto; 
    margin-right: auto;
	filter: drop-shadow(10px 10px 10px black);
}