.photobg {
    background-image: url("background1.jpg");
    background-size: cover;
    background-repeat: 1;
}

.title {
    font-family: "Roboto", sans-serif;
    color: black;
    text-align: center;
    margin-top: 50px;
}

.yellowbg {
    background-color: rgb(148, 118, 0);
}

.whitebg {
    background-color: rgb(145, 145, 145);
}

.greenbg {
    background-color: rgb(91, 172, 37);
}

.searchbar {
    height: 50px;
    width: 40%;
    background-color: black;
    margin: auto;
    display: block;
    margin-top: 100px;
    border-radius: 3px 15px 5px 30px;
    color: white;
    font-size: 25px;
}

.submit {
    margin: auto;
    display: block;
    background-color: black;
    color: white;
}

.toolbar {
    height: 75px;
    width: 80%;
    background-color: black;
    margin: auto;
    display: block;
    margin-top: 250px;
    border-radius: 3px 15px 5px 30px;
}

.googlepic {
    width: 50px;
    display: grid;
    justify-content: center;
    align-items: center;
}

.mond {
    width: 50px;
    margin: auto;
    display: block;
}

.mond:hover {
    cursor: pointer;
}

.namenändern {
    text-align: center;
    font-family: "Roboto", sans-serif;
    color: black;
    margin-top: auto;
}

.timer {
    font-family: "Roboto", sans-serif;
    color: white;
    background-color: black;
    width: fit-content;
}