
/* Rest */

.h2 {
    text-align: center;
    padding: 0px;
    padding-top: 0px;
    font-size: 1,5em;
}

.h2-2 {
    text-align: center;
    padding: 0px;
    padding-top: 0px;
    font-size: 2em;
    text-decoration: underline;

}


.p1 {
    /*text-algin: left;*/
    font-size: 25px;
}

.dc-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
    height: auto;
    max-width: 200px;
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px

}

.dc-logo-name {
    text-align: center;
    padding: 5px;
    font-size: 15px;

}

.links {
  text-align: center;
  margin-top: 20px;
  padding: 20px;
  border: 2px solid white;
  border-width: 3px;
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
  font-size: 20px;
}

a {
    text-decoration: none;
    color: black;
    transition: color 1s;
    }
  
a:hover {
    color: #9ea2bc;
    background: white;
    }