* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: poppins;
}
 
body {
    background-color: aqua;
    text-align: left;
    color: navy;
}


img {
 width: 100%;
 max-width: 500px;
 object-fit: cover;
 vertical-align: middle;
 position: relative;
 right: -30px;
 border-radius: 50px;
 bottom: -120px;
}

.wrapper {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    gap: 5rem;
    position: relative;
    right: -70px;
}

.intro {
    flex: 1;
    position: relative;
    bottom: -40px;
}

.Copy-rights{
font-size: 16px;
color: black;
font-weight: 200;
position: absolute;
left: 480px;
bottom: -250px;
}

