body{
    background-color: teal;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parent{
    width:600px;
    height:150px;
    background-color: pink;
    border-radius: 20px;
}

h1{
    font-size:30px;
    color:white;
    text-align: center;
}

.result{
    font-size:25px;
    color:black;
    margin-top: 10px;
    margin-left: 20px;
}