@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{
  font-family: 'Roboto', Arial;
}
:root {
    --red-color: #D20025;
    --dark-red-color: #b30726;
    --darker-red-color: #88081f;
    --white-color: #FAFAFA;
    --dark-blue-color: #010203;
    --grey-color: #716D6C;
  }

*{
    margin: 0;
    padding: 0;
  }

  a{
    text-decoration: none;
    color: inherit;
  }

img{
  filter: drop-shadow(4px 2px 4px rgba(0, 0, 0, 0.445));
}

.content{
  padding-bottom: 2.5rem;
}

body{
  text-shadow: 4px 2px 4px rgba(0, 0, 0, 0.445);
}

.navbar {
  text-shadow: none;
}

.description{
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.658);
}

.form-container-container{
  text-shadow: 1px 0.5px 1px rgba(0, 0, 0, 0.658);
}

.form-container-container h4 {
  text-shadow: 1px 0.5px 1px rgba(0, 0, 0, 0.479);

}
