body {
    margin:30px;
    background-color: #c0c0c0;
    font-size: 21px;
    font-family:'Times New Roman';
    color: #555555;
}

.homePageDiv{
    padding: 30px;
    border-radius: 18px;
    width: 40%;
    box-shadow: 10px 10px 15px rgba(0,0,0,0.1);
    border: 1px solid #5b6c7e;
    margin: auto;
    height: 500px;
}

.homepageTitle{
    margin: auto;
    border-radius: 5px;
    padding: 10px;
    width: 10%;
    border: 1px solid #5b6c7e;
    box-shadow: 10px 10px 15px rgba(0,0,0,0.1);
}

a {
    color: #555555;
    /* font-size: 30px; */
}

h1 {
    font-size: 50px;
    color: #4c5c6c;
    text-align: center;
}

#subtitle {
    font-size: 17px;
    color: #4c5c6c;
    text-align: center;
    font-style: italic;
    text-transform: uppercase;
}

.header {
    color: #607581;
    font-size: 25px;
}

td {
    text-align: left;
    padding: 10px;
}

.centerTable {
    width: 100%;
    max-width: 900px; /* optional, keeps it from getting too wide on large screens */
    margin: 0 auto;
    padding: 0 1rem; /* gives a little breathing room on small screens */
    box-sizing: border-box;
  }

#centerImages {
    text-align: center;
}

/* @keyframes fade{
    0%,100% {
        opacity: 1;
    }
    50%{
        opacity: 0.5;
    }
} */

.imageStyle {
    margin: 15px;
    height: 200px;
    /* animation: fade 2s infinite; */
}

#alignButton {
    text-align: right;
}

.homeButton {
    border: hidden;
    border-radius: 6px;
    background-color: #c0c0c0;
    color: #555555;
    font-family:'Times New Roman';
    font-size: 23px;
    height: 35px;
    width: 75px;
}

.homeButton:hover{
    background-color: #999999;
    color: #444444;
}


@media (max-width: 600px) {
    body {
      font-size: 18px;
    }
  
    h1 {
      font-size: 36px;
    }
  
    .header {
      font-size: 20px;
    }
  }