body {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Welcome {
    background-color: paleturquoise;
    width:80%;
    padding:auto;
    margin:auto;
    text-align: center;
    border: 2px solid black;
    border-radius: 25px;
    padding: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    box-shadow: 0;
}
h1, h2 {
    font-weight: bold;
}