body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

a {
  text-decoration: none;
}

label {
  display: block;
}

nav a {
  display: inline-block;
  margin: 1em;
}

form div {
  margin: 1em;
  display: inline-block;
}
.theme {
  background-color: grey;
}
.homeScreenOption {
  width: 35%;
  height: 200px;
  background-color: white;
  display: flex;
  padding: 2;
  flex-direction: column;
  align-items: center;
  margin: 30px;
  cursor: pointer;
}
.twothirdContainer {
  width: 90%;
  height: 500px;
  display: flex;
  flex-direction: column;
  padding: 5px;
  align-self: flex-start;
  align-items: center;
  border-radius: 8px;
}
.oneThirdContainer {
  width: 27%;
  height: 500px;
  display: flex;
  flex-direction: column;
  padding: 5px;
  align-self: flex-start;
  align-items: center;
  border-radius: 8px;
  justify-content: center;
}

.companyInfo {
  height: 96%;
  width: 30%;
  margin: 5;
  padding: 5;
  margin: 5;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.ApplicationAction {
  height: 10%;
  width: 90%;
  padding: 5px;
  margin: 10px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.column {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.optionsRow {
  display: flex;
  width: 90%;
  justify-content: space-between;
  margin-top: 30px;
}
.actions {
  height: 30px;
  width: 150px;
  justify-content: center;
  align-items: center;
  padding: 7px;
  margin: 10px;
  border-radius: 14px;
}
.droparea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 384px;
  max-width: 100%;
  height: 160px;
  border: 4px dashed lightgrey;
  border-radius: 15px;
}

.droparea i {
  font-size: 3rem;
  flex-grow: 1;
  padding-top: 1rem;
}

.green-border {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}
.circle {
  border-radius: 50%;
  max-width: 200px;
}
.regFont {
  font-size: 15px;
}
.photo {
}
.color1 {
  color: #d3bbd2;
}
.color2 {
  color: #b363e6;
}
.color3 {
  color: #885986;
}
.color4 {
  color: #634062;
}
.color5 {
  color: #ee9480;
}
.header {
  font-size: 30px;
  font-weight: 600;
}
