
body {
    background-color:beige;
}

.text {
    display: block;

}

.text2 {
    display: inline-block;
    
}

.footer-text {
    color: black;
    font-style: italic;
    font-size:small;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
}


.boss-text {
    color: black;
    font-style: normal;
    font-size:100;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
}

.standart-text {
    color: black;
    font-style: normal;
    font-size: large;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
}

#link {
    color: black;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    text-decoration: none;
}

hr {
    border-color: black;
}

button {
    background-color: beige;
    border-color: black;
}


