body, html {
    margin: 0;
    padding: 0;
}

.header{
    font-size: 75px;
    font-weight: 200px;
    padding: 40px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.minor-header{
    font-size: 30px;
    font-weight: 200px;
    padding-bottom: 20px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

#body{
    background-color: #424B54;
    color: #EBCFB2;
    font-family: 'Courier New', Courier, monospace;
}

.buttons{
    background-color: #B38D97;
    font-family: 'Courier New', Courier, monospace;
    font-size: 30px;
    color: #000000;
    width: 125px;
    height: 60px;
    margin-right: 30px;
    border-radius: 10px;
}

.buttons:hover{
    background-color: #D5ACA9;
    cursor: pointer;
}

.current-button{
    background-color: #B38D97;
    font-family: 'Courier New', Courier, monospace;
    font-size: 30px;
    color: #000000;
    width: 125px;
    height: 60px;
    margin-right: 30px;
    font-weight: bold;
    border-radius: 10px;
}

.current-button:hover{
    color: #D5ACA9;
    cursor: pointer;
}

.button-container{
    background-color: black;
    padding: 40px;
    text-align: center;
}


.center{
    text-align: center;
}

.content{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    text-align: center;
    padding: 40px;
}

.pictures{
    width: 700px;
    height: auto;
    padding: 20px;
}

.python-picture{
    width: 500px;
    height: auto;
    padding: 20px;
    padding-left: 130px;
    padding-right: 80px;

}

.abbr {
    display: inline;
  }

.text{
    font-size: large;
}