body {
    width: 300px;
    margin: 0 auto;
    background-color: antiquewhite;
}

div {
    margin-top: 20px;
}

#main-title {
    text-align: center;
    /* background-color: rgb(4, 255, 133); */
    /* border: 5px solid rgb(2, 2, 2); */
    padding: 10px;
    margin: 20px;
    /* border-bottom: 2px solid black; */
    margin-bottom: 50px;
    border-radius: 20px;
}

#input {
    text-align: center;
    width: 300px;
    height: 60px;
    margin-bottom: 10px;
}

input {
    text-align: center;
    width: 100px;
    height: 40px;
    border-radius: 100px;
}

#search {
    text-align: center;
}

#result-area {
    width: 300px;
    margin: 300 auto;
    text-align: center;
    border: 2px groove slategrey;
    border-radius: 10px;
}

#result {
    font-family: 'Courier New', Courier, monospace;
}

#result-title {
    text-align: center;
    padding: 2px;
    margin: 10px;
}