body{
    background-color: #121212;
    margin: 0;
}

header{
    border-bottom: 1px solid red;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
}

.logo{
    width: 150px;
    margin: 25px;
    opacity: 1;
    scale: 1;
    transition: opacity 0.25s, scale 0.25s;
}



.hometext{
    color: white;
    font-size: 1.2em;
    text-align: center;
    margin: 0;
    font-weight: bold;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 20px;
}

.searchbar{
    width: 50%;
}


.translategoogle{
    text-align: center;
}


.footer{
    position: relative;
    z-index: 10;
}


.footertext{
    color: white;
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 0px;
}

.footertextsecond{
    color: white;
    font-size: 1.5em;
    text-align: center;
    margin-top: 10px;
}

.policy{
    color:red;
    text-align: center;
}

