* {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;

}

#container{
    width: 100%;
    height: 100vh;
    background:linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

#main { 
    background-color: white;
    width: 60%;
    border: 2px solid blue;
    border-radius: 25px;

}

#heading{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 1.5vmax;
    margin-bottom: 2.5vmax;
}

#heading h1{
    font-size: 1.5vmax;
}

#oneone{
    display: flex;
    flex-direction: column;
    gap: 1vmax;
    align-items: start;
    justify-content: space-evenly;
}

#onemain{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vmax;
}

#ip1name{
    font-size: 1vmax;
}

#ip1{
    font-size: 0.9vmax;
    text-align: center;
    border-radius: 0.5vmax;
    height: 1.8vmax;
    padding-left: 1vmax;
    padding-right: 1vmax;

}
#ip2name{
    font-size: 1vmax;
}

#ip2{
    font-size: 0.9vmax;
    text-align: center;
    border-radius: 0.5vmax;
    height: 1.8vmax;
    padding-left: 1vmax;
    padding-right: 1vmax;

}

#onetwo button{
    padding: 0.7vmax;
    font-size: 0.8vmax;
    text-align: center;
    border-radius: 0.8vmax;
    border-color: rgb(255, 123, 0);
    background-color: rgb(40, 155, 249);
}

#twomain{
    margin-top: 3vmax;
    margin-bottom: 3vmax;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#twoone img{
    height: 15vmax;
}
#twotwo h2{
    font-size: 1.3vmax;
}