*
{
    margin: 0;
    padding: 0;
}

.body{
    
    width: 100%;
    justify-content: space-between;
    height: 100vh;
    background: url(./image/bg2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    padding: 70px 10% 0;
    position:relative;
}

.t
{
    font-weight: 800;
    font-size: xx-large;
    font-family: sans-serif;
    margin-top: 100px;
    margin-left: 50px;
}

.t2
{
    margin-top: 50px;
}

.img-ab
{
    height: 300px;
    width: 300px;
    margin-left: 800px;
    margin-bottom: 400px;
    border-radius: 50%;
    box-shadow: 0 0 20px aqua;
}

 .n6
{
    font-weight: 800;
    font-size: xx-large;
    font-family: sans-serif;
    margin-top: 100px;
    margin-left: 80px; 
    margin-bottom: 50px;
    text-decoration-line: underline;
    color: ivory;
}

.main1{
    position: absolute;
    
}

.box
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
