Something like this?
Edit: Font size increased to 100 o.o
Follower Alert:
@font-face {
font-family: "Ahronbd";
src: url("http://rgfonts.bugs3.com/Fonts/ahronbd.ttf");
}
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 750px !important;
height: 750px !important;
border-radius: 00px !important;
background-image: url('http://i.imgur.com/cVEuGCK.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 200px !important;
margin-left: 760px !important;
margin-right: 300px !important;
width: 1000px !important;
font-size: 100px !important;
font-weight: normal !important;
font-family: Ahronbd !important;
color: #909090 !important;
text-shadow: 0 1px 0 #000,
0 2px 0 #000,
0 3px 0 #000,
0 4px 0 #000,
0 5px 0 #000,
0 6px 1px #000,
0 0 5px #000,
0 1px 3px #000,
0 3px 5px #000,
0 5px 10px #000,
0 10px 10px #000,
0 20px 20px #000;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: black;
}
.followname:before {
content: "Thank you following the Muddy Gaming Channel " ;
}
Donation Alert:
@font-face {
font-family: "Ahronbd";
src: url("http://rgfonts.bugs3.com/Fonts/ahronbd.ttf");
}
#donor-notification {
width: 750px !important;
height: 750px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/cVEuGCK.png') !important;
background-repeat: no-repeat !important;
background-size: initial !important;
}
#donor-notification .header {
position: absolute !important;
visibility: hidden !important;
}
#donor-notification .streamname {
visibility: hidden !important;
}
#donor-notification .message {
visibility: hidden !important;
}
#donor-notification .amount {
position: absolute !important;
text-align: center !important;
margin-top: 450px !important;
margin-left: 760px !important;
margin-right: 300px !important;
width: 1000px !important;
font-size: 100px !important;
font-weight: normal !important;
font-family: Ahronbd !important;
color: #909090 !important;
text-shadow: 0 1px 0 #000,
0 2px 0 #000,
0 3px 0 #000,
0 4px 0 #000,
0 5px 0 #000,
0 6px 1px #000,
0 0 5px #000,
0 1px 3px #000,
0 3px 5px #000,
0 5px 10px #000,
0 10px 10px #000,
0 20px 20px #000;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: black;
}
#donor-notification .donor {
position: absolute !important;
text-align: center !important;
margin-top: 200px !important;
margin-left: 760px !important;
margin-right: 300px !important;
width: 1000px !important;
font-size: 100px !important;
font-weight: normal !important;
font-family: Ahronbd !important;
color: #909090 !important;
text-shadow: 0 1px 0 #000,
0 2px 0 #000,
0 3px 0 #000,
0 4px 0 #000,
0 5px 0 #000,
0 6px 1px #000,
0 0 5px #000,
0 1px 3px #000,
0 3px 5px #000,
0 5px 10px #000,
0 10px 10px #000,
0 20px 20px #000;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: black;
}
.donor:before {
content: "Thanks for the donation " ;
}
#donor-notification .title {
padding-top: 44px !important;
margin-left: 0px !important;
width: 100% !important;
float: left !important;
text-align: left !important;
}