body {
background-color: #80339E;
font-family: Verdana;
}
button {
position: absolute;
min-width: 200px;
width: 30%;
background-color: transparent;
border: 3px solid #FFF;
margin: auto;
top: 0;
left: 0;
bottom: 0;
right: 0;
height: 4em;
color: #FFF;
font-size: 20px;
cursor: pointer;
text-transform: uppercase;
}
/* JS scripts are added see github repo for more
https://github.com/fralec/ElegantJS */
$('#stay').elegant({
clickNextToClose: true,
newTab: true,
facebook: {
id: 'alec.vonbarnekow'
},
twitter: {
id: 'fralec_'
},
github: {
id: 'fralec'
},
website: {
id: 'https://fralec.com'
},
instagram: {
id: 'fralec__'
}
});