.center {
  text-align: center;
}

h1 {margin:20px;}

a {color: #585858; text-decoration: none;}
a:hover {color: #ffdd00;}
.btn-primary {background-color: #ffdd00; color:#000;border-color:#ffdd00;}
.btn-primary:active, .btn-primary:hover {background-color: #e9d554;color:#000;border-color:#ffdd00;}

.contact-container {background-color: rgb(205, 205, 205);border-radius: 40px;width: 66%;margin-top: 20px;}

.logo {border-radius: 20px; margin-top: 20px;}