#canvas{
    border: black 1px solid;
}

#canvasdiv{
    display: flex;
    justify-content: center;
}

body{
    background-color: white;
}

#links{
    background-color: bisque;
}

h1{
    display: flex;
    justify-content: center;
    font-family: Arial;
    font-size: 30px;
    text-decoration: underline;
}

#controles{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

#controles p{
    font-family: Arial;
    font-size: 20px;
}

.links{
    display: flex;
    height: 30px;
    background-color: aliceblue;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 20px;
}

.links a{
    color: black;
    font-family: Arial;
    font-size: 20px;
    text-decoration: none;
}

#logo{
    display: flex;
    margin: 0 auto;
}

.desc{
    font-family: Arial;
    font-size: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#personagem{
    display: flex;
    margin: 0 auto;
    margin-top: 50px;
    width: 50px;
    height: 50px;
}

.autor{
    display: flex;
    flex-direction: column;
    width: 400px;
    background-color: aliceblue;
}

.autor p, h2{
    font-family: Arial;
    font-size: 25px;
    display: flex;
    justify-content: center;
}

#autores{
    margin-top: 50px;
    display: flex;
    justify-content: space-evenly;
}