body, html {
    height: 100%;
}

/* Sidebar for image, name and icon buttons */

.leftsidebar {
  height: 100%;
  width: 200px;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 50px;
  background-color: black;
  }

/* Cloud Background Image */

.squared_brunswickcloud {
  margin: auto;
  display: flex;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
}

.brunswickcloud {
  max-width: 100%;
  height: 100%;
}
  
/* Place text in the middle of the image */
.brunswickcloud_text {
  text-align: center;
  position: relative;
  height: 35px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  border-bottom: solid white 2px;
}

/* Social Media Buttons */

.smedia {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
}

.github {
  width: 50px;
  height: 50px;
}

.linkedin {
  width: 50px;
  height: 50px;
}

.twitter {
  width: 50px;
  height: 50px;
}

/* Resume positioning */
.resume {
  margin-left: 205px;
  font-size: 16px;
}

/* Resume body formatting */

.head {
  font-size: 28px;
  border-bottom: solid black 2px;
  width: 75%
}

p {
  font-size: 20px;
}

table, th, td {
  border: none;
  width: 55%;
}

table {
  width: 100%;
}

.position {
  text-indent: 20px;
}

/* Footer reference */

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
}