body {
    background-color: rgb(209, 243, 255);
}

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

.cotainer .box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


