hr {
    background-color: rgb(131, 130, 129);
    height: 1px;
    border: none;
}
body {
    font-family: sans-serif;
    background-color:  rgb(48, 47, 47);
}
h1 {
    text-align: center;
    color: white;
}

h2 {
    color:whitesmoke;
    text-decoration-line: underline;
    text-align: center;
}

h3 {
    color:whitesmoke;
    text-align: center;
}
p {
    color:whitesmoke;
    text-align: center;
    font-size: larger;
}
ul {
    text-align: center;
}

li {
    text-align: center;
}

strong {
    color: chocolate;
}

/* This section will be links. */


a:link {
    color: darkcyan;
}
a:visited {
    color: darkorchid;
}
a:hover {
    color:darkgoldenrod;
}

/* end links section */

.card {
    margin: 0 auto;
    float: none;
    margin-bottom: 10px;
}
.carousel {
    width:500px;
    height:500px;
    margin: 0 auto;

    
  }