*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.943);
    
}

#main {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    width: 40vw;
    height: 60vh;
    margin: 50px auto;
}



img {
    border-radius: 10px;
    margin: 10px;
    align-self: center;
}



#tn img{
    height: 100px;
    width: 100px;
}

#tn{
    text-align: center;
}


#main{
    box-shadow: 0px 0px 10px 2px palevioletred;
}
img{
    box-shadow: 0px 0px 4px 1px pink;
}