body {
  position: absolute;
  background-color: lightgray;
  min-height: 200%;
  min-width: 100%;
}

.container {
  margin-left: 30px;
  margin-right: 80px;
  padding-right: 75px;
  /* background-color: white; */
}

#aboutme {
  font-size: 18pt;
  border-bottom-style: solid;
  border-bottom-color: red;
  border-bottom-width: 2px;
}

#mickey {
  background-color: white;
  font-size: 10pt;
  word-wrap: normal;
  margin-top: 20px;
  border-radius: 5px;
  padding: 20px;
  width: 75%;
}

#my-portfolio {
  border-bottom-style: solid;
  border-bottom-color: red;
  border-bottom-width: 2px;
}

#portfolio {
  margin-top: 20px;
  width: 100%;
  height: 100$;
  background-color: white;
  font-size: 18pt;
  padding: 20px;
}

.my-row {
  /* border: 1px dotted red; */
  margin: 10px;
  margin-left: 0px;
}

.my-container {
  /* border: 3px solid blue; */
}

.my-col {
  /* border: 1px solid red; */
  height: 200px;
  column-gap: 20px;
}

.navbar-brand {
  background-color: red;
  padding: 20px;
  font-size: 18pt;
  margin-left: 15px;
}

.footer {
  background-color: gray;
  font-size: 10pt;
  color: white;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  padding-bottom: 10px;
}

#my-contact {
  border-bottom-style: solid;
  border-bottom-color: red;
  border-bottom-width: 2px;
  font-size: 18px;
  padding-right: 20px;
}

/* Style inputs with type="text", select elements and textareas */
input[type="text"],
select,
textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type="submit"] {
  background-color: #4caf50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type="submit"]:hover {
  background-color: #45a049;
}

/* Add a background color and some padding around the form */
#myContact {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  width: 40%;
  margin-top: 20px;

  /* border-bottom-style: solid;
  border-bottom-color: red;
  border-bottom-width: 1px; */
}
