body{
    background-color: rgb(49, 49, 49);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

form{
    display: flex;
    width: 100px;
    border: 15px solid rgb(255, 255, 255);
    border-radius: 15px;
    padding: 20px 200px 20px 200px;
    margin: 20px 200px 20px 200px;
    background-color: rgb(59, 58, 58);
    color: rgb(255, 255, 255);
    flex-wrap: wrap;
    justify-content: center;
}

strong {
    color: red;
}

.names {
    display: flex;
}


p{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sendTo {
    display: flex;
    flex-direction: row;
}


