body{
    height: 100%;
    width: 100%;
    background-image: url(/images/nature4k.png);
    background-size: 100%;
}

.container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50vw;
    height: 50vh;
    text-align: center;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50px;
    backdrop-filter: blur(2px);
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

@keyframes textAnimation{
    0% {color: #001524;}
    20% {color: #15616D;}
    40% {color: #FFECD1;}
    60% {color: #FF7D00;}
    80% {color: #78290F;}
    100% {color: #001524;}
}

.credit{
    font-family: coolvetica;
    animation-iteration-count: infinite;
    animation-name: textAnimation;
    animation-duration: 10s;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 0.4pt;
}

input{
    font-family: SanFranProNormal;
}

button{
    font-family: SanFranProBold;
}

.temp , .desc {
    font-size: 24pt;
    color: black;
    font-family: coolvetica;
    -webkit-text-stroke-color: white;
    -webkit-text-stroke-width: 0.3pt;
}
