@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');

* {
    font-family: 'Source Sans Pro', sans-serif;
}

html,
body {
    min-height: 100%
}

body {
    background-color: #2A2D2D;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FDF1E7;
    margin: none;
}
#source a:hover{
  color:gold
}

svg {
    background-color: #305555;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2); 
    border-radius: 5px;
    padding: 10px;
    border-radius: 5px;
}

#canvas {
    min-height: 600px;
    min-width: 950px;
}

.state:hover {
    fill: black
}

g {
    color: #FDF1E7
}

#toolTip {
    visibility: hidden; 
    height: auto;
    width: auto;
    margin-top: 2px;
    color: #FDF1E7;
    font-size: 24px;
    margin-bottom: 5px;
}

#legend {
    color: rgb(56, 58, 74);
    font-size: 18px;
    text-align: center;
    min-height: 200px;
    max-width: 180px;
    margin-top: 40px;
    margin-bottom: 40px;
}

#title {
    font-size: 28px;
    color: #FDF1E7;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 30px;
}

#description a {
    text-decoration: none;
    color: #FDF1E7;
    text-align: center;
}

#container {
    display: flex;
    align-items: center;
    width: 100%;
}

#rightSide {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 50px;
}