@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap');

body{
    background-color: #ecebeb;
    max-width: 1000px;
    margin: 0 auto;
}
.big{
    width: 1000px;
    min-height: 100vh;
    margin: auto;
}
p{
    color: rgb(83, 83, 83);
}
h1{
    border-bottom: solid 1px rgb(83, 83, 83);
}
div{
    display: inline-block;
}
.yellow{
    background-color: yellow;
}
.bold{
    font-weight: bold;
}
.black{
    color: black;
}
a{
    color: orange;
}
.wiki{
    float: right;
}