* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
    width: 100%;
height: 100%;
  /* line-height: 1.4;
  font-weight: 300; */
  font-family: "Roboto", sans-serif;
}
.text_assinged {
  font-size: clamp(2rem,5vw,4.5rem);
  font-weight: 400;
  text-align: center;
  /* display: block; */
  /* margin: 20px auto; */
  padding-left: 60px;
  padding-top: 100px;
  /* text-transform: uppercase; */
}
.virtual{
  /* text-align: center; */
  padding-left: 60px;
  padding-top: 100px;
}  
#fix {
 height: 100px;
  /* position: absolute;
  left: 50px;
  top: 20px; */
  color: aliceblue;
  background-image: url(developer.png);
  min-width: none;
  min-height: 100vh;
  background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
/* #image{
width: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
} */
#center {
    width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  font-size: 72px;
  font-weight: 400;
  background-color: black;
   /* padding: 20px; */
  color: aliceblue;
}
.box {
  max-width: 330px;
  height: 400px;
  border: 5px;
  border-style: solid;
  border-color: rgb(235, 239, 239);
  border-radius: 16px;
  /* padding: 16px; */
  margin-top: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: white;
}
#bax1 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  text-align: center;
  flex-wrap: wrap;
  gap: 20px;
}
#foot{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.box2{
    width: 50%;
    height: 500px;
    color: aliceblue;
}
#about{

    background-color: rgb(20, 3, 76);
}
#contact{
    background-color: rgb(5, 51, 3);
}