body{
    background-color: black;
}
h1 {
    font-family: 'Boldonse', sans-serif;
    color:white;
    text-align: center;
    margin-bottom: 0%;
  }
.text{

    margin-top: 0px;
    margin-bottom: 25px;
    color:white;
    font-family: 'Noto Sans Hebrew', sans-serif;
    text-align: center;
    font-size: small;
}
.top{
    margin: auto;
    width: 60%;
    padding: 10px;
}
.btn {
    display: block;
    padding: 10px 20px;
    background-color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
  }
.hr{
    border: 2px solid grey;
}
.buttons{
    display: flex;
    flex-direction: row;
    gap: 25px;
    margin-top: 10px;
    justify-content: center;


}
.pip{
    font-family: "VT323", monospace;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: white;
    margin-bottom: 0%;
}
.edu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 30px 20px;
    max-width: 1000px;
    margin: 0 auto;
}
.info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 30px 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.edu-text {
    flex: 1;
    min-width: 250px;
}

.p_text {
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-size: 16px;
    color: white;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 15px;
}

.p_text.title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.image-size {
    max-width: 100%;
    width: 350px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.1);
}
.nyc{
    background-color: rgb(0, 0, 0);
}