body{
    margin: 0px;
    padding: 0px;
}
body{
    background-color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.infocon{
    margin-top: 2cm;
    display: block;
    position: static;
    padding-bottom: 1cm;
    background-color: black;
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.infocon span{
    position: relative;
    left: 50px;
    cursor: pointer;
}
.info{
    margin: 0px 5px 0px 5px;
    padding: 10px 100px 10px 100px;
    background-color: aqua;
    display: inline-block;
    border-radius: 0px 40px 0px 40px;
    border: 1px rgb(134, 101, 101) solid;
}
.parent{
    text-align: center;
    margin: 50px;
}
.parent p {
    font-size: larger;
    font-weight: 500;
}
h2 , h1{
    color: rgb(202, 80, 32);
}
p{
    color: rgb(35, 89, 136);
}
.request a {
    text-decoration: none;
    color: rgb(194, 199, 204);
}
footer{
    background-color: #1B1B1B;
    padding: 5px;
  }
footer ul{
  display: flex;
  list-style: none;
}
footer ul li a {
  color: white;
  padding-right: 20px;
  padding-left: 20px;
  font-size: large;
  text-decoration: none;
}
footer ul li a:hover{
  color: rgba(192, 90, 90, 0.534);
}
@media screen and (max-width:800px){
    header{
        background-color: skyblue;
        border: 2px solid rgb(62, 154, 190);
        height: 90px;
        display: flex;
        text-decoration: none;
    }
    header a img{
        padding: 0px 10px;
        float: left;
        height: 120px;
    }
    header a{
        color: white;
        align-self: center;
        text-decoration: none;
        font-size: 25px;
        font-family: 'Segoe UI';
        font-weight: bold;
    }
    nav{
        background-color: rgb(48, 46, 46);
        padding: 3px;
        border: 2px solid black;
    }
    nav ul li a{
        color: white;
        text-decoration: none;
        font-family: 'Segoe UI';
        font-weight: 300;
        padding: 0px 10px;
    }
}
@media screen and (max-width:550px){
    header{
        background-color: skyblue;
        border: 2px solid rgb(62, 154, 190);
        height: 80px;
        display: flex;
        text-decoration: none;
    }
    header a img{
        padding: 0px 10px;
        float: left;
        height: 120px;
    }
    header a{
        color: white;
        align-self: center;
        text-decoration: none;
        font-size: 25px;
        font-family: 'Segoe UI';
        font-weight: bold;
    }
    nav{
        background-color: rgb(48, 46, 46);
        padding: 5px;
        border: 2px solid black;
    }
    nav ul li a{
        color: white;
        text-decoration: none;
        font-family: 'Segoe UI';
        font-weight: 300;
        padding: 0px 10px;
    }
}
@media screen and (max-width:400px){
    header{
        background-color: skyblue;
        border: 2px solid rgb(62, 154, 190);
        height: 100px;
        display: flex;
        justify-content: center;
        text-decoration: none;
    }
    header a img{
        padding: 0px 10px;
        height: 150px;

    }
    header a{
        color: white;
        align-self: center;
        text-decoration: none;
        font-size: 25px;
        font-family: 'Segoe UI';
        font-weight: bold;
    }
    nav{
        background-color: rgb(48, 46, 46);
        padding: 3px;
        border: 2px solid black;
    }
    nav ul li a{
        color: white;
        text-decoration: none;
        font-family: 'Segoe UI';
        font-weight: 300;
        padding: 0px 7px;
    }
    .info{
        margin: 10px 5px 10px 5px;
        padding: 5px 25px 5px 25px;
        background-color: aqua;
        border-radius: 0px 0px 0px 0px;
        border: 1px rgb(134, 101, 101) solid;
    }
    footer ul {
        padding-left: 1px;
    }
    footer ul li a {
        font-size: small;
        font-size: initial;
        padding-right: 2px;
      }
}
@media screen and (max-width:280px){
    header{
        background-color: skyblue;
        border: 2px solid rgb(62, 154, 190);
        height: 50px;
        display: flex;
        text-decoration: none;
    }
    header a img{
        padding: 0px 10px;
        float: left;
        height: 40px;
    }
    header a{
        color: white;
        align-self: center;
        text-decoration: none;
        font-size: 10px;
        font-family: 'Segoe UI';
        font-weight: bold;
    }
}