*,
*:after,
*:before{
box-sizing: border-box;
}

body{
    background-color: white;
}

.container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: linear-gradient(to bottom, #00728B 40%, #3EC9BF)
}
.debug{
    border: 1px solid red;
}
.widget{
    width: 500px;
    height: 300px;
    border-radius: 20px;
    background-image:url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 23.0.6, SVG Export Plug-In --%3E %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='646.89px' height='344.06px' viewBox='0 0 646.89 344.06' style='enable-background:new 0 0 646.89 344.06;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bopacity:0.1;fill:%23FFFFFF;%7D %3C/style%3E %3Cdefs%3E %3C/defs%3E %3Cpath class='st0' d='M567.16,24.28c26.86-3.5,53.46-5.93,79.74-7.34V14c0-7.73-6.27-14-14-14H14C6.27,0,0,6.27,0,14v330.06 C86.1,187.66,301.88,58.85,567.16,24.28z'/%3E %3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    color: white;
    font-family: 'bebasNeueLight';
    display: flex;
}
.details{
    margin: 5%;
    width: 100%;
}

.header{
    display: flex;
    justify-content: space-between;
}
.content{
    height: 90%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
}

.City{
    font-family: BebasNeueRegular;
    font-size: 4em;
}
.Temperatures{
    margin-top: 2%;
    margin-right: 2%;
    font-size: 2em;
}
.Day{
    font-size: 2.3em;
}
.Date{
    font-size: 1.4em;
}
.Wind{
    font-family: roboto;
    font-size: 0.9em;
}

.Precipitation{
    font-size: 1.4em;
}
.icone{
    font-size: 7.5em;
}
.description{
    font-size: 1.9em;
    text-align: center;
}

.Temperature{
    padding-top: 8%;
    font-size: 9em;
}

.logo{
    padding-top: 8%;
}
