/* Fonts */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');  /*Barlow Condensed  --  For Header H1*/

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); /*Google said it was called Inter but it seems to be another version or the Barlow Condensed font based on the import link */


/* End Of Fonts */


body{
    max-width:45%;
    /* width: 80%; */
    margin: 0 auto;
    color: rgb(65, 65, 65);
}

header h1{
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 100;
    font-style: normal;
    /* font-size: 50px; */
    font-size: 2.5vw;
    margin-bottom: 0px;
    /* margin-top:20px; */
    /* border: 2px lime solid; */
}

header h2{
    font-weight: 100;
    font-style: normal;
    color:rgb(71, 71, 71);
}

#workTime{
    /* border: 2px solid orange; */
    color: rgb(65, 65, 65);
    display: flex;
    justify-content: right;
    font-size:17px;
    margin-bottom:10px;
    font-weight: 50;
}

main{
    display: flex;

    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    /* flex-direction: column; */
    /* flex-wrap: wrap; */
}

aside{
    /* border: 2px blue solid; */
    width:25%;
    padding: 0px;
    padding-right: 10px;
    /* color:rgb(65, 65, 65); */

}

article{
    width:75%;
    /* border: 2px purple solid; */
    /* color:rgb(73, 73, 73); */
}

img{
    /* float:right; */
    margin-left: 20px;
    max-width: 100%;
}

#imgA{
    float:right;
    /* border: 2px solid lime; */
    display: flex;
    flex-direction: column;
}

#imgA div{
    display: flex;
    justify-content: right;
    /* border: 2px solid blue; */
}

ul{
    padding-left: 0px;
}

ul li {
    list-style-type: none;
    line-height: 20px;
    margin-bottom: 10px;
}

#tools{
    margin-top: 20px;
}


ol li{
    line-height: 20px;
    margin-bottom: 20px;
}

#pageNum{
    float: right;

}

#panic{
    margin-left:40px;
    /* color:rgb(73, 73, 73); */

}

span{
    font-weight: 550;
}

#panicSpan{
    font-family:'Times New Roman', Times, serif;
    font-weight:100;
    font-style: normal;
    font-size: 21px;
    color: rgb(80, 80, 80);
}

#toolsNeeded{
    font-family:'Times New Roman', Times, serif;
    font-weight:200;
    font-style: normal;
    font-size: 21px;
    color: rgb(71, 71, 71);
}