* {
  box-sizing: border-box;
  margin: 0;
}

body {
  background-color: #d8d7d6;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: rgb(131, 87, 172);
}

a:hover {
  text-decoration: underline;
}

/* .rotateimg90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); */

a:active {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.headerstyle {
  border: solid black 1px;
  text-align: center;
  background-color: #0c0a0c;
  color: rgb(181, 99, 184);
  padding: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* .bckbutt {
  background-color: rgb(126, 41, 112);
  border: solid rgb(243, 192, 239) 1px;
  color: rgb(3, 3, 3);
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  margin: 4px 2px;
  cursor: pointer;
} */

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  width: 100%;
  margin: 5px;
  align-content: center;
  padding-top: 5px;
}

.aboutme {
  width: 100%;
  text-align: center;
}

.aboutmeimg {
  border: double black 2px;
}

.projects {
  width: 100%;
  text-align: center;
}

.projectsimg {
  border: double black 2px;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  border: 1px black solid;
  width: 100%;
  padding: 10px;
  text-align: center;
}

.footstyle {
  background-color: #0c0a0c;
  color: rgb(121, 41, 124);
}

.css {
  color: violet;
}

body {
  margin: 0;
  overflow: hidden;
  font-family: monospace;
}

h1 {
  margin-top: 0;
}

button {
  font-family: monospace;
  border: 2px solid tomato;
  background: transparent;
  width: 75px;
  font-size: 1.2em;
  padding: 8px 0;
  border-radius: 2px;
  display: block;
  cursor: pointer;
  margin: 1em auto;
}
article {
  /* width: 80%; */
  /* margin: auto; */
  /* font-size: 2em; */
  /* top: 20%; */
  /* position: relative; */
  /* transform: translateY(5%); */
  display: inline-block;
}

.buttmove {
  width: 50px;
  margin-left: 150px;
  padding-left: 50px;
}
