*{
    box-sizing: border-box;
}
@font-face {
    font-family: 'OpenSans';
    src: url(../fonts/OpenSans-VariableFont_wdth\,wght.ttf);
}
@font-face {
    font-family: 'Poppins';
    src: url(../fonts/Poppins-Regular.ttf);
}
body{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: OpenSans;
    font-weight: 400;
}
h1{
    font-family: Poppins;
    font-weight: 700;
    text-align: center;
    margin: 100px 0 10px 0;
}
header{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 3px;
    margin-top: 10px;
}
header a{
    text-decoration: none;
    border:solid thin hsl(322, 100%, 66%);
    color: hsl(322, 100%, 66%);
    padding: 7px 20px;
    border-radius: 20px;
    margin-top: 60px;
}
header a:hover{
    background-color: hsl(322, 100%, 66%);
    color: white;
    transition: all 0.2s 0.05s;
}
#description{
    text-align: center;
    max-width:500px;
}
#getstarted{
    text-decoration: none;
    padding: 15px 70px;
    margin: 20px 0 130px 0;
    background-color: hsl(322, 100%, 66%);
    color: white;
    border-radius: 25px;
    box-shadow: 1px 1px 3px rgb(180, 180, 180);
}
#getstarted:hover{
    color: hsl(322, 100%, 89%);
    transition: all 0.2s 0.05s;
}
#informations{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
    margin: 120px 0 150px 0px;
}
#messages{
margin-top: 100px;
}
.number{
    font-size: 80px;
    font-weight: 700;
}
.number + div{
    color: gray;
}
.benifits{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    background-color: hsl(207, 100%, 98%);
    padding: 0 20px;
}
.benifits div{
    text-align: center;
}
.benifits img{
    width: 100%;
}
.second{
    background-color: white;
    margin-bottom: 200px;
}
footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: hsl(192, 100%, 9%);
    color:white;
    padding: 0 5% 100px 5%;
}
footer > div{
    display: flex;
    flex-direction: column-reverse;
    align-items:center;
}
footer > div > div:first-of-type{
    margin-top: 150px;
}
#ph2{
    width: 98%;
    margin-right: auto;
}
#email{
    max-width: 350px;
    width: 95%;
    height: 40px;
    border-radius: 10px;
    border: hsl(192, 100%, 9%);
    margin: 10px 20px 30px 0px;
}
#subscribe{
    text-decoration: none;
    color: white;
    background-color: hsl(322, 100%, 66%);
    padding: 10px 30px;
    border-radius: 5px ;
}
#subscribe:hover{
   color: hsl(322, 100%, 89%);
}
.medias{
    display: flex;
    flex-direction: row;
    margin-top: 60px ;
}
.medias img{
    width: 40px;
    margin-right:15px ;
    color: white;
}
