*{
    color: white;
    font-family: 'Fira Sans Condensed', sans-serif;
    margin: 0;
}
body {
    background: url(bg-img/wp2035200-bad-weather-wallpapers.jpg) no-repeat center center fixed;
    background-size: cover;
}

#search-bar {
    position: relative;
    /* background-color: rgba(178, 240, 255, 0.363); */
    background-color: rgba(194, 194, 194, 0.336);
    border: none;
    color: white;
    height: 30px;
    width: 30vw;
    display: block;
    top: 20px;
    left: 50vw;
    transform: translate(-50%, 0);
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    outline: none;
}

#search-bar::placeholder {
    color: white;
    font-size: 18px;
    opacity: 0.6;
}

.buttons {
    position: relative;
    top: 2vh;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 8px;
    display: inline-block;
    color: black;
    width: 80px;
    padding: 8px;
    background-color: rgb(158, 243, 137);
    border-radius: 5px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    font-size: 20px;
}

#left-container {
    position: absolute;
    left: 6vw;
    top: 25vh;
    font-size: 30px;
    width: 30vw;
    /* display: inline-block; */
}

#descrip {
    font-size: 60px;
    text-transform: capitalize;
}

#name {
    font-size: 20px;
}

#date {
    margin: 15px 0 0 0;
    font-size: 30px;
}

#time {
    font-size: 20px;
    margin: 0 0 30px 0;
}

#temp {
    font-size: 40px;
}

#right-container {
    position: absolute;
    top: 20%;
    right: 5vw;
    font-size: 30px;
    text-align: right;
}

#weather{
    font-size: 70px;
    text-align: left;
    margin: 0 0 20px 0;
}

.heading {
    font-size: 40px;
    text-align: left;
}

.heading-comp {
    position: relative;
    font-size: 20px;
    text-align: left;
    margin: 0 0 20px 0;
    left: 10%;
}