body{
    height: 100%;
    background-size: contain;
}
img{
    width: 100%;
}
h1{
    text-align: center;
}
.intro,table,.calc,form{
    overflow: hidden;
}
.away{
    width: 100%;
}
.align{
    width: 100%;
    display: flex;
    flex-direction: row;
}
form{
    height: 100%;
    width: 40%;
}
caption{
    border: 1px solid gray;
}
.rsln{
    align-self: center;
    width: 60%;
}
.space{
    width: 100px;
}
.inp,.select{
    width: 150px;
}
#go{
    width: 100px;
}
#intros{
    font-size: 25px;
    color: white;
}
/* @media only screen and (max-width: 480px) {
    .navy{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .align{
        display: flex;
        flex-direction: column;
    }
    form,.rsln{
        width: 100%;
        align-self: center;
    }
  }
  @media only screen and (max-width: 324px){
    .calc{
        overflow-x: scroll;
    }
  } */
