body {
    margin: 0;
}

.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    color: white;
}

#icp {
    width: 70vw;
    max-width: 550px;
    height: 35px;
    text-align: center;
    border-radius: 17.5px;
    outline: none;
    font-size: large;
    border: none;
}

#result {
    text-align: center;
}

a {
    color: white;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

#go {
    position: fixed;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    font-size: large;
}