body {
    background-color:#000000;
    color : #fff;
    font-family: lucida console, Courier, monospace;
    margin: 0;
	overflow: hidden;
	min-width: 100%;
    max-width: 100%;
    height: 100%;
}

p {
    font-family: 'Source Code Pro', monospace;
    color:#ff00ee;
    text-align: center;
}

h1 {
    font-family: 'Source Code Pro', monospace;
    color:#ff00ee;
    text-align: center;
}

.bg {
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

button {
    padding: 0.65em 1.6em;
    border: 3px solid #ff00ee;
    margin: 0 0.3em 0.3em 0;
    border-radius: 0.12em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
    color: #ff00ee;
    text-align: center;
    transition: all 0.2s;
    background-color: #0c0c0c;
	border-radius: 4px;
}
  
button:hover {
    background-color: #ff00ee;
    color: white;
}

.containerbox {
	background-color:#0c0c0c;
	width: 40%;
	border: #ff00ee 3px solid;
	border-radius: 5px;
	position: relative;
	margin-top: 5%;
}

@import url('https://fonts.googleapis.com/css?family=Cinzel|Cinzel+Decorative');

html, body{
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}

.wrapper {
    z-index: -10;
    height: 100%;
    width: 100%;
    left:0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
