#testy h1, #testy h2 {
	text-align: center;
}

button#btn {
	background: #3AAAFF;
}
button#btn1 {
	background: #33D594;
}
button#btn2 {
	background: #E5564E;
}
button#btn3 {
    background: #FFBB00;
    color: yellow;
}
#testy {
	position: fixed;
	top: 10px;
	right: 20px;
	z-index: 9999;
}
#buttons {
	width: 620px;
	height: 50px;
	margin: 50px auto;
}

code {
	color: blue;
}
#testy h3 {
	margin-bottom:20px;
}
#testy div {
	width:300px!important;
	max-width:300px!important;
box-shadow: rgb(55 52 52) 0px 5px 5px 2px!important;
}
.closeToastee{
color: #fff; 
text-align: center;
 line-height: .8; 
 width: 25px!important;
 height: 25px!important;
 padding: 5px!important; 
 border-radius: 100%; 
 border: 2px solid #fff;
 font-family: sans-serif; 
 display: block; 
 cursor: pointer;
 position: absolute; 
 top: 10px; right: 10px; 
 color: #fff;
}