* {
    padding: 0;
    margin: 0;
}



/* Banner and search input */

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background-image: url(https://wallpapers.com/images/featured/city-background-vk49vrjolueijq7a.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.blur {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 1905px;
    height: 1080px;

    background: linear-gradient(45deg, rgba(0, 0, 0, 0.8));
}

.marginDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin-bottom: 150px;
}

.startContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



h1 {
    font-size: 50px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: rgb(255, 255, 255);

    padding: 20px 0px 0px 0px;
}



.searchInput {
    display: flex;
    align-items: center;

    width: 660px;
    background: linear-gradient(45deg, rgba(0,0,0,0.1));

    font-size: 22px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: white;

    border: 3px solid rgb(255, 255, 255);
    border-radius: 7px;
    outline: none;

    margin: 50px;
}

.divForInputs {
    display: flex;
    flex-direction: column;
}

#input0, #input1 {
    width: 552px;
    background: linear-gradient(45deg, rgba(0,0,0,0.2));

    font-size: 22px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: white;

    border: none;
    outline: none;
    border-radius: 5px;

    margin: 0;
    padding: 10px;
}

#input0::placeholder {
    color: rgb(163, 163, 163);
}

#input1::placeholder {
    color: rgb(163, 163, 163);
}

#submit0 {
    background-color: rgb(119, 119, 119);
    border: none;
    outline: none;
    cursor: pointer;

    border-radius: 9px;
}

#submit0:hover {
    background-color: rgb(100, 100, 100);
}

.searchIcon {
    width: 35px;

    margin: 15px 17px 15px 17px;
}

/* Banner and search input */





/* Self div with info */

#mainContent {
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    width: 660px;
    height: 200px;

    background: linear-gradient(45deg, rgba(0,0,0,0.5));

    border: 2px solid white;
    border-radius: 10px;

    margin: 0px 0px 70px 0px;
}

.divForText1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin: 0px 40px 0px 40px;
}



#textInfo0, #textInfo2 {
    font-size: 30px;
    font-family: 'Times New Roman', Times, serif;
    color: white;

    padding: 15px 0px 0px 0px;
}

#textInfo1, #textInfo3 {
    font-size: 35px;
    font-family: 'Times New Roman', Times, serif;
    color: white;

    padding: 15px 0px 0px 0px;
}


/* Self div with info */