body {
  margin: 0;
}

a {
  color: wheat;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

a:hover {
  color: green;
}

a:active {
  color: red;
}

li {
  list-style-type: none;
}

.main {
  display: flex;
  flex-direction: column;
}

.aleshka {
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
}

.left {
  position: relative;
  width: 50%;
  text-align: center;
  padding: 30px;
  font-size: 24px;
}

.center {
  padding: 30px;
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.right {
  padding: 30px;
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
}
.right ul {
  margin: 0;
}

.contacts {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hrefs {
  position: relative;
  width: 33%;
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hrefs h4 {
  margin: 5px;
}
.hrefs img {
  width: 45px;
}

.aleshkaDescription {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;

  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.portfolioConteiner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 100vh;
  width: 100%;
}

.content {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0%;
  width: 30%;
  height: 45%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  will-change: box-shadow, border;
  transition: box-shadow 0.5s ease-in-out, border 0.5s ease-in-out;
}
.content:hover {
  border: 2px solid rgb(48, 48, 48);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.8), 0 10px 10px rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.portfoliopages {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100%;
  height: 80%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.shelter {
  background-image: url("assets/shelter-main-1280px.jpg");
}

.webdev {
  background-image: url("assets/webdev.jpg");
}

.calculator {
  background-image: url("assets/Calculator.jpg");
}

.momentum {
  background-image: url("assets/momentum.jpg");
}

.keyboard {
  background-image: url("assets/covid.png");
}

.english {
  background-image: url("assets/english.png");
}

.puzzle {
  background-image: url("assets/noteapp.png");
}

.battleCity {
  background-image: url("assets/batt.jpg");
}

.virtual-piano {
  background-image: url("assets/piano.png");
}
.virtual-keyboard {
  background-image: url("assets/keyboard.png");
}
.description {
  height: 140px;
  background-color: aliceblue;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.description p {
  margin: 0;
  width: 70%;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
.video-container {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}
video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
