*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
    font-family: sans-serif;
}
#box{
    width: 100%;
    height: 100vh;
    background-color: #50b4f7;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.row{
    width: 1000px;
    height: 100px;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: white;
}
#search{
    font-size: 25px;
    padding: 10px;
    border-radius: 25px;
    outline: none;
    border: none;
    box-shadow: 0px 0px 5px grey;
}
h2,h1{
    color: yellow;
}
h4{
    color:aquamarine;
}
h5{
    color:darkorange;
}
img{
    margin: 25px;
}