#title {
    color: rgb(2, 2, 98);
    text-align: left;
}

.paragraph{
    color:rgb(0, 0, 0);
    font-size:large;
    font-family:Georgia, 'Times New Roman', Times, serif;
    width:80%;
    text-align:left;
    margin-left: 0%;
}

.list{
    font-size: large;
    font-family: Arial, Helvetica, sans-serif;
}

.link{
    color: dodgerblue;
}

button {
  color: rgb(255, 255, 255);
  background-color: rgb(48, 22, 150);
  border-width: 0;
  border-radius: 10px;
  padding: 15px;
}

button:hover {
  background-color: gray;
}