@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
       
html {
    scroll-behavior: smooth;
}

body {
    font-family: Roboto, sans-serif;
}

  .bg-image-two {
    background-image: url('../img/designteam2.png');
    background-size: cover;
    background-position: center;
  }

  .column {
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    width: 25em;
    height: 38em;
}

.column p{
    font-size: 120%;
}

#services{
    max-width: 100em;
}

.servicesimg{
    width: 100%;
    height:45%;
    background-size: cover;
    background-position: center;
}
