@import url('https://fonts.googleapis.com/css2?family=Martian+Mono:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');


body{
    background-color: rgb(129, 216, 248, .5);
 }


h1, h3, p{
    color:rgb(0, 0, 0);
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.Portfolio{
    margin: auto;
    max-width: 1000px;
    background-color: rgb(220, 220, 220);
    margin-bottom: 10px;
    height: 120px;
    border-width: 5px;
    border-style: solid;
    border-radius: 10px;
    border-color: rgb(0, 0, 0);
}
.myWeek{
    margin: auto;
    max-width:1000px;
    background-color: rgb(220, 220, 220);
    height: 1020px;
    margin-bottom: 15px;     
    border-width: 5px;
    border-style: solid;
    border-radius: 10px;
    border-color: rgb(0, 0, 0);
}
#w3{
    height: 1200px;
}
#w4{
    height: 540px;
}
#w5{
    height:985px;
}
#w8{
    height: 600px;
}
#w9{
    height: 980px;
}
#w10{
    height: 1370px;
}
a{
    background-color: rgb(129, 216, 248, .3);
    padding: 10px;
    
    border: 3px;
    border-color: black;
    border-style: solid;
    border-radius: 25px;

    font-family: 'Times New Roman', Times, serif;
    font-weight: 200;
    color: black;
    text-decoration: none;
}

a:hover{
    background-color: rgba(146, 9, 9, .5);
    border: 2px;
    border-style: solid;
    
}

.button {
    background-color: rgb(129, 216, 248, .3);
    border: 3px;
    border-color: black;
    border-style: solid;
    border-radius: 25px;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
  }

.chart{
    background-color: white;
    width:450px;
    border-width: 3px;
    border-style: solid;
    border-radius: 5px;
    border-color: rgb(0,0,0);

    align-items: center;
    justify-content: center;   
}
#Chart5{
    width: 475px;
}
#Chart6{
    width: 750px;
}
#Chart7{
    width:900px;
}
#Chart2{
    width: 450px;
}
#Chart12{
    width: 700px;
}
#Chart13{
    margin-bottom: 20px;
}

.miniChart{
    background-color: white;
    width:300px;
    border-width: 3px;
    border-style: solid;
    border-radius: 5px;
    border-color: rgb(0,0,0);
}
