@import url('https//fonts.googleaps.com/css?family=Roboto:700&display=swap');
*{
    padding: 0;
    margin: 0;
}
.wrapper{
    background: rosybrown;
    background-size: cover;
    height: 100vh;
      

}
.navbar{
    height: 80px;
    width: 100%;

}
.ss{
    width:650px;
    height: auto;
    padding: 20px 50px;
    margin-right: 50px;
    font-size: 50px;
    text-decoration: 1px solid black;
}
.navbar ul{
    float: right;
    margin-right: 20px;

}
.navbar ul li{
    list-style: none;
    margin: 0 8px;
    display: inline-block;
    line-height: 80px;
}
.navbar ul li a{
    text-decoration: none;
    color: black;
    font-size: 20px;
    padding: 4px 8px;
    font-family: 'Roboto', sans-serif;
    transition: .4s;

}
.navbar ul li a.active,
.navbar ul li a:hover{
    background-color: red;
    border-radius: 20px;
}
h1{
    margin-left: 8%;
    padding-bottom: 20px;
}
p{
    margin-left: 8%;
    font-size: 20px;
    padding-bottom: 20px;
}
#a{
    margin-left: 8%;
    background: white;
    color: red;
    border-radius: 2px;
    padding: 10px;
    padding-bottom: 20x;
}
.fr{
    margin-left: 8%;
    font-size: 20x;
}
.astu{
    border: 5px solid red;
    border-radius: 50px;
    box-shadow: 5px;
    text-align: center;
    padding: 20px;
}
.duu{
    display: flex;
    padding-bottom: 20x;
}
.dee{
    padding-bottom: 100px;
}