body{
    background-image:url(images/WorldMap.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#Title{
    color: rgb(255, 255, 255);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    background-color: rgb(63, 147, 88);
    width: 20%;
    margin-left: 40%;
    border-radius: 5px;
    border-style: solid;
    border-color: rgb(45, 201, 201);
}
