body {
    background-color:#222222;
}

.container {
}

.button{
    background-color:#4e11ff;
    color:white;
    text-align:center;
    border-color:#ffffff;
    border-width:5px;
    transition:0.25s;
}

#jsstuff {
    border-style:solid;
    border-radius:10px;
    font-size:25px;
    position:relative;
    top:120px;
    border-color:#222222;
}

#info {
    font-family:arial;
    font-size:25px;
    color:white;
    position:relative;
    top:100px;
}

#greeting_top {
    position:relative;
    left:0px;
    top:80px;
    right:60%;
    font-size:60px;
    font-family:arial;
    color:white;
}

.button:hover {
    background-color:#ffc34b;
    border-color:#ffddbb;
}
