body {
  background-color: lightblue;
}

h1 {
  color: navy;
  text-align: center;
  padding: 50px;
}

h2 {
  text-align: center;
}

.url {
  background-color: tomato;
  color: white;
  border: 2px solid black;
  margin: 20px;
  padding: 20px;
}

.test{
    height:50px;
    width:200px;
}


.large-button {
    padding: 12px 70px;
    font-size: 20px;
    border-radius: 10px;
    border: 2px solid black;
    background-color: tomato;
    color: navy;
}

.bigbutton{
    height:50px;
    width:200px;
}

.logo {
    float: left;
}
