* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wrapper {
    margin-left: 20%;
    margin-top: 35px;
    width: 1200px;
    min-height: 790px;
    border: 1px solid black;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 30px;
 
}

.wrapper .container .banner {
    width: 1197px;
    height: 300px;
    background-color: rgb(149, 199, 199);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px 0px 40px 0px;
    position: relative;

}

.wrapper .container .banner h1 {
    font-size: 35px;
    font-weight: 800;
    font-family: "Playwrite DE SAS", cursive;
    position: absolute;
    top: 95px;
    left: 400px;
      color: black;
    text-shadow: 1px 1px 1px #424242;
}

.wrapper .container .navbar {
    background-color: rgb(149, 199, 199);
    width: 250px;
    height: 350px;
    border-radius: 0px 40px 0px 40px;
    margin-top: 45px;
}

.wrapper .container .navbar nav ul {
    text-align: center;
}

.wrapper .container .navbar nav ul li {
    list-style-type: none;
    margin: 40px;
}


.circle {

    display: grid;
    grid-template-columns: 250px;
    grid-template-areas: "navbar banner " "footer footer";
}

.wrapper .container .navbar nav ul li a {
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    color: #000;
    transition: all 0.5s;
}

.wrapper .container .navbar nav ul li a:hover {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.wrapper .container .title-head {
    margin: 20px;
    width: 900px;
    height: 220px;

    
}

.wrapper .container .title-head h1 {
        border-right: 1px solid black;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 39px;
    border-bottom: 1px solid #000;
}

.wrapper .container .title-head p {
    margin: 25px;
    line-height: 23px;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.wrapper .container .footer-circle {
 justify-content: center;
    align-items:center;

    text-align: center;
    font-weight: 500;
    font-family: "Oswald", sans-serif;;
    width: 1198px;
    height: 55px;
    background-color: rgb(149, 199, 199);
    margin-top: 45px;
    border-radius: 0px 30px;
    padding: 15px 15px;
}


.wrapper .container .footer-circle a{
    text-decoration:none;
    color:black;
    justify-content: right;
    align-items:right;
    text-align:right;
    position: relative;
        right: 0px;
        left:35%;
        bottom:30px;
    font-size: 19px;
    font-weight: 700;
}


.wrapper .container .footer-circle p {
        position: relative;
        right: 5px;
    font-size: 19px;
    font-weight: 700;
}