*{
    padding:0;
    margin:0;
}
header{
    background-color: black;
    padding: 10px;
    text-align: center;
    color: white;
}

.Title{
    text-align: left;
    position: relative;
    top: 10px;
    left: 10px;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: bold;
    color:lightblue;
}
.right{
    position: relative;
    bottom: 13px;
    text-decoration: none;
    color: lightblue;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: bold;

}
.button{
    padding: 20px;
    padding-left: 500px;
    padding-right: 500px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    top: 50px;
    left: 235px;
    bottom: 160px;
    border: black;
    border-style: solid;
    border-radius:20px;
    border-width: 5px;
    background-color:lightgray;
}
.space{
    padding: 50px;
}
.text{
    color: black;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 20px;
}
body{
    background-color: darkgray;
}
