body {
    position: relative;
}

#result {
    width: 450px;
    height: 150px;
    border: 1px solid blue;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
    background-color: #bdf6f8;
/*
    background-image: url(fon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
*/
    flex-wrap: wrap;
}
#first::before,
#first::after {
    content: '';
    display: table;
}

#first::after {
    clear: both;
}

#r{
    margin-top: 40px;
    margin-left: 20px;
    float: left;
/*
    position: absolute;
    top: 45%;
    left: 47%;
*/
}
#w{
    margin-top: 20px;
    float: left;
}
#dn img{
    width: 40px;
}
#dn{
    margin-top: -20px;
    float: right;
    font-size: 10px;
}
#result2 {
    width: 450px;
    height: 170px;
    border: 1px solid blue;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #bdf6f8;
}
.nextd{
    padding-top: 0;
    padding-bottom: 15px;
}
#main {
    background-color: #b0cee0;
    border-radius: 50%;
    font-size: 10px;
    float: left;
    margin-left: -20px;
    margin-top: 40px;
}
#w{
    font-size: 10px;
}
#r {
    font-weight: bold;
    font-size: 20px;
}
#d img {
    width: 20px;
    float: left;
}

#n img {
    width: 40px;
    float: left;
}

#home {
    color: darkblue;
    font-weight: bold;
    font-size: 10px;
}

#day {
    margin-left: 60px;
    color: gray;
    background-color: #f8f8c3;
    border-radius: 10px;
    font-size: 10px;
}

#d2,
#n2 {
    font-size: 12px;
}

#next1,
#next2 {
    border-right: 1px solid blue;

}

block {
    flex-direction: column;
}

#next1 div,
#next2 div,
#next3 div {
    flex-direction: column;
    padding: 0;
    margin: 0;
}
#wname{
    font-weight: 300;
    font-size: 15px;
}
table {
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 10px;
}

#next1 img,
#next2 img,
#next3 img {
    width: 30px;
}
