* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 0px 0px 20px #242424;
}
main{
    padding: 15px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
div.top {
    display: flex;
    justify-content: space-between ;
}
h1.time {
    text-align: center;
    font-size: 3.5rem;
    font-weight: 600;
    
}
#crypto-top{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.3rem;
}
div#crypto-data > p {
    margin: 5px;
}
#weather img{
    width: 80px;
    height: 80px;
    margin-right: 0;
}

#weather-top{
    display:flex;
    align-items: center;
    gap: 0px;
    text-shadow: 0px 0px 20px #242424;
    font-size: 1.8rem;
    font-weight: 600;
}
#myPlace{
    display: flex;
    justify-content: center;
    font-size: 1.7rem;
    font-weight: 600;
}
#myPlace img{
    width: 35px;
    height: 35px;
}