* {
  color: black;
}


.text-blue {
    color: rgb(30, 139, 255);
    font-weight: 900;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
 .text-green{
font-style: oblique;
 
    color: rgb(29, 87, 29)
}

.text2-centerd {
    text-align: center;
    font-size: 65px;
    margin: 0px;
}


.text2-centered {
    text-align: center;  
    font-size: 65px;  
}

.button-1 {
    font-size: 40px;
}



div {
  padding: 20px;
  text-align: center;
  margin-bottom: 10px;
  color: #EEEEEE;
}


.Nico-about {
color: black;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 45px;
}


.dev-small {
width: 350px;
  height: 100px;
}

.introduction {
  background-color: #548CA8;
  font-size: 25px;
  font-weight: bold;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.main-content {
  background-color: #476072;
    font-size: 25px;
  font-weight: bold;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.contact-us {
  background-color: #334257;
    font-size: 25px;
  font-weight: bold;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}



.Nico {
  background-color: #4f617a;
    font-size: 25px;
  font-weight: bold;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}






body {
  background-color: rgb(112, 148, 160);
}

img {
  border-radius: 20px;
}



.center {
display: flex;
justify-content: center;
}




