@import url('https://fonts.googleapis.com/css?family=Ubuntu');

body {
    background-color: #2A2E52;
    font-family: 'Ubuntu', sans-serif;
}

.home-screen img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
    margin-top: -250px; /* Half the height */
    margin-left: -250px; /* Half the width */
}

.version {
    color: #FFF;
    float: right;
    font-weight: bold;
}