.black-text {
  color: black;
  text-align-last: left;
}

.back-to-gallery {
  color: black;
  text-align-last: right;  
}

a:link {
  text-decoration: none; 
}

a:hover{
  text-decoration: none; 
}

.right{
    float:right;
    margin-top: 10px;
  margin-right: 20px;
}

.left{
    float:left;
    margin-top: 10px;
    margin-left: 20px;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.center-paintings {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.text-center{
  text-align: center;
  color: black;
}

.table {
  border-collapse: collapse;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  text-justify: inter-word;
}

.table-about {
  border-collapse: collapse;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  text-justify: inter-word;
}

.table-gallery {
  border-collapse: collapse;
  width: auto;
  margin-left: auto;
  margin-right: auto;
 }

/* Add a hover effect (blue shadow) */
img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

/* Set height of body and the document to 100% to enable "full page tabs" */
body, html {
  background-color: powderblue;
  height:100%;
  width: 100%;
  margin: 0;
  font-family:cursive;
  
}

.desc{
  font-family: cursive;
  color: black;
  text-align: center;
  font-size: 15px;
}

.no-overflow{
  overflow-y: hidden; /* Hide vertical scrollbar */
  overflow-x: hidden; /* Hide horizontal scrollbar */
}

/* Style tab links */
.tablink {
  background-color: #555;
  color: black;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
  font-family:cursive;
}

.tablink:hover {
  background-color: #777;
  color: white;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  padding: 10px 20px;
  height: 100%;
}

#Home {
  background-color: powderblue;
}
#Gallery {
  background-color: powderblue;
}
#Contact {
  background-color: powderblue;
}
#About {
  background-color: powderblue;
}
