* {
  padding: 0;
  margin: 0;
}
body {
  font-size: 30px;
  text-align: center;
  color: #005989;
  background: gray;
  height: 100vh;
}

div {
  height: 100%;
  width: 100%;
}

header {
  display: flex;
  justify-content: space-between;
}

#first {
  background-image: url(first.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#back {
  background-color: rgba(255, 255, 255, 0.596);
}

#me {
  color: black;
  width: 100%;
  position: absolute;
  top: 40%;
}

#fixed {
  background-color: wheat;
  height: 50px;
  width: 200px;
  position: fixed;
  top: 90%;
}

#ali {
  color: gray;
  background-color: #005989;
  line-height: 1.3cm;
}

#works {
  color: gray;
  background-color: #005989;
}

#skills article {
  background-color: #005989;
  color: gray;
}

article {
  background-color: gray;
  color: #005989;
  display: inline-block;
  border: black solid 1px;
  border-radius: 3%;
  width: 30%;
  height: 25%;
  margin: 1cm 0;
}

.fm {
  background-color: #005989;
  color: gray;
  border: black solid 1px;
  height: 580px;
  width: 500px;
  margin: auto;
  position: relative;
  top: 8%;
  line-height: 1cm;
  border-radius: 3%;
}

spn {
  color: red;
}

input {
  width: 50%;
}

table {
  margin: auto;
}

td,
th {
  padding: 15px 200px;
  color: black;
}

th {
  text-transform: uppercase;
}

footer {
  color: gray;
  background-color: #005989;
  font-size: 16px;
  background-image: url(footer.jpg);
  background-size: cover;
}

a:link {
  color: black;
  text-decoration: none;
}
a:visited {
  color: black;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
