#title {
    font-size: 20px;
    color: aliceblue;
    background-color: rgb(55, 58, 187);
    padding: 5px;
    border-radius: 5px;
}

#bott {
    background-color: #2e43b8;
    color: #ffffff;
    border-radius: 5%;
    width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    text-align: center;
}

#bott2 {
    background-color: #2e43b8;
    color: #ffffff;
    border-radius: 5%;
    width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
}