*{
    margin: 0;
    padding: 0;
}
.marquee{
    width: 100%;
    height: 5px;
    margin-bottom: 10px;
    border-radius: 10%;
    transition: .4s;
    color:orangered;
}
body{
    background-image: url(logo/bak.jpg);
    height: 100vh;
    
}
.photo{
    display: block;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
   height: 250px;
    width: 215px;
}
.info{
    align-items: center;
    color: rgb(11, 0, 0);
    height: 150px;
    list-style: none;
    font-size: 50px;
}
li{
    list-style: none;
    font-size: 30px;
}

footer{
    align-items: center;
    color: rgb(11, 0, 0);
    height: 150px;
    }
    .twa a img{
    clip-path: circle(50%);
        width: 50px;
        height: 50px;
    }
    
    @media (max-width: 950px) {
        
        .con table{
            margin-left: 2cm;
            width: 400px;
            }
    
    
    .tt a {
    
        font-size: 25px;
        margin-left: 0cm;
    }
    .con {
    
        position: relative;
        
        
        
        }
        
    }
    
    
    @media (max-width: 675px) {
        
        .con table{
            margin-left: 1cm;
            width: 250px;
            position: relative;
            }
    
    
    .tt a {
    
        font-size: 15px;
        margin-left: 0cm;
        position: relative;
    }
}
