body{
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    background-color: rgb(0, 0, 0);
}

main{
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;

    justify-content: center;
    width: 40%;
    height: 70%;
    border-radius: 50px;
    box-shadow: 0px 0 20px rgb(53, 53, 53);
}


img{
    height: 100px;
    width: 200px;
}

.role{
    color:red;
    justify-self: center;
    font-family: sans-serif;
    font-size: 34px;
}

.role--crew{
    color:green;
}