body{
    background-color: aquamarine;

}
.obalka{
    width: 250px;
    background-color: darkorange;
    margin: 0 auto;
    text-align: left;
    padding-left: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    
}
.vlajky{
    display: grid;
    align-items: center;
    width:200px;
}
.formular{
    color: azure;
    font-weight: bold;
}
.skore{
    color: blue;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;

}
input[type=button], input[type=submit], input[type=reset] {
    
    background-color: #406be4;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 5px;
    cursor: pointer;
  }