body{
    background-color:aliceblue;
    margin-left: 100px;
}
#main{
    padding: 20px;
    width:fit-content;
    border: 3px dotted black;
    border-radius: 10px;
}
h1{
    font-size:30pt;
}
h2{
    padding: 5px;
    border: 3px solid black;
    width:fit-content;
    border-radius: 10px;
}
section{
    font-size:15pt;
}
#ru{
    padding: 10px;
    width:fit-content;
    border: 2px solid black;
    border-radius: 10px;
}
section p{
    text-align: center;
}
button{
    width: auto;
    height: 30px;
    font-size: 20px;

}
#image{
    width: 150px;
    height: 150px;
}