body
{
    font-family: Verdana;
    background-color: black;
    color:white;

    overflow-x: hidden;
    overflow-y: hidden;
}

h1
{
    font-size: 24;
    color: rgb(20, 167, 224);
    margin: 3;
}

img {
    max-width: calc(100vw - 5px);
    min-width: calc(100vw - 5px);
}

.Background
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -10;
}

.Panel
{
    position: absolute;
    height: 200px;
    width: 500px;

    top: calc(50vh - 150px);
    right: calc(50vw - 250px);

    background-color: rgba(0, 0, 0, 0.6);
    padding: 30px;
    
    border: 5px solid white;
    border-radius: 20px;
}

#Weight
{
    font-size: 18px;
}
