﻿body {
    background-color: white;
    overflow: hidden;
    color: black;
    font-family: Verdana;
}

body, html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    padding: 0;
}

svg {
    width: 100%;
    height: 100%;
}

text {
    fill: red;
}

.container {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 10vh;
}

.rocketManSVG {
    max-width: 50%;
}

.max-r-250 {
    max-width: 200px;
    position: absolute;
    bottom: 25px;
    right: 25px;
}

.max-l-250 {
    max-width: 250px;
    position: absolute;
    bottom: 25px;
    left: 25px;
}

.r-bottom {
    position: absolute;
    bottom: 90px;
    right: 145px;
    color: gray;
    font-size: small;
}

.max-t-250 {
    max-width: 350px;
    margin: 0 auto;
}