html, body {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}
body{
	background: rgb(27,20,100);
}
h1,h5{
    text-align: center;
    color: #fff;
    font-family: "Open Sans";
    margin-top: 10px;
}

svg#bottle {
    max-width: 200px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    bottom: 0;
    height: 100%;
}
h1{
    font-size: 46px;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-weight: 400;
    z-index: 99999;
    bottom: 0;
    height: 60px;
    text-shadow: 1px 1px 7px #1c1463;
}
h5{
    font-weight: 100;
    font-size: 16px;
}