
* {
  margin: 0;
  padding: 0;

  
}

body {
    color: rgb(247, 207, 133);
    background: rgb(44, 30, 66);
    font-family:  Arial, Helvetica, sans-serif, Tahoma, Verdana, "Times New Roman";
    padding: 0px;
    margin: 0px;
    height: 100%;
    min-height: 100%;
}

h1 {
    text-align: center;
    font-family:  'Times New Roman', Times, serif;
    font-weight:bolder;
}

h2 {
    text-align: center;
}

h3 {
    text-align: center;
}

p {
    color:  rgb(211, 204, 185);
    text-align: center;
}

.center {

    text-align: center;
}

button {
   background: rgb(107, 93, 170);
    color: rgb(236, 197, 213);
    border: solid, 2px, rgb(214, 154, 41);
    width: 120px;
    height: 50px;
    font-size: 0.8em;
    border-radius: 50px;
    margin: 25px;
    
}




.link {
color: rgb(236, 197, 213);
text-decoration: none;
}

footer {
    margin-top: 500px;
    clear: both;
    position: relative;
    padding: 25px;
    background-color: rgb(94, 34, 112);
    margin-top: -100;
    height: 200px;
}