body {
    font-family:'Courier New';
    background-image: url(images/background.jpg);
}
.container {
    width: 1100px;
    margin-inline: auto;
}
.topbar {
    width: auto;
    height: 50px;
    background-color: #13183e;
    border: 1px solid #000;
}
.site-body {
    width: auto;
    height: 1300px;
    background-color: white;
    border: 1px solid #000;
}
.type1 {
    text-align: center;
    color: white;
    align-self: auto;
    height: auto;
}
.type2 {
    text-align: center;
    color: black;
}
.type3 {
    text-align: left;
    color: rgb(65, 65, 65);
    padding: 5px;
    margin-bottom: -5px;
}
.type4 {
    text-align: center;
    color: black;
    margin-top: -20px;
}
.type5 {
    text-align: center;
    color: white;
    margin-top: 0;
}
.text-cont {
    height: auto;
    border: 1px solid #000;
    margin: 10px;
}
.active-project {
    width: 400px;
    height: 550px;
    border: 1px solid #000;
    margin: 10px;
}
.project-image {
    display: block;
    width: 300px;
    height: 300px;
    padding-inline: 49px;
    background-color: #13183e;
    border: 2px solid #000;
}
.weather-data {
    display: flex;
    flex: 1;
    flex-direction: column;
    border: 1px solid #000;
    margin: 10px;
    align-items: center;
}
.flex-cont {
    display: flex;
}
.cont2 {
    background-color: #000;
    border: 1px solid #000;
    width: 100%;
    height: 100%;
    font-family: monospace;
}
.normal-text {
    color: #000;
    text-align: center;
}