/* We are using the 'Roboto' font from Google. This has already been added to your HTML header */
* {
  margin: 0px;
  padding: 0px;
  text-align: center;
  color: black;
}
.header {
  position: relative;
}

body {
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1 {
  font-size: 3rem;
  color:orange;
  text-align: center;
}
.ul link {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
nav ul li {
  display: inline-block;
  list-style: none;
  margin: 10px;
}
nav ul li a {
  text-decoration: none;
  color: gray;
  font-size: 10px;
}
nav ul li a:hover {
  color: red;
}
.top3 {
  float: right;
  font-size: 30px;
  width: 30px;
}

.image1 {
  background-image: url(/img/first-background.jpg);
  padding: 10em;
}
.button {
  background-color: orange;
}
.h1{color: black;}
.h2{
  background-image: url(/homepage-desktop.png);
}

*/ Icons/

.icon{
    height: 100px;
    border-radius: 1px solid ;
    border: 2px;
}

.container{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#p1{
    color: black;
}
.ptest{
  justify-content: center;
}

.test{
    color:black;
    padding: 0px;
    width: 10px;
    border-radius: 50px;
}
.icon2{
    height: 30px;px;
    width: 30px;
    border-radius: 50px;
}
.topimag{
  float: left;
}
.lady-image{
  display: flex;
}
.p3{
align-items: center;
font-size: 20px;
}
.lady-image,button{
  border-radius: 1px solid;
  color: orange;
  font-size: 20px;
  
}


