@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

* {
    font-family: "Oswald", sans-serif;
    margin: 0;
    padding: 0;
}

.ContentZone {
    display: grid;
    justify-content: center;
    align-items: start;
    margin: 10px auto;
    font-size: 30px;
    max-width: 900px;
}

.ContentZone #Photo {
    width: 260px;
    height: 260px;
    border-radius: 15%;
    border: 3px solid black;
    margin-bottom: 20px;
}

table {
    width: 100%;
}

td {
    padding: 15px;
    vertical-align: top;
}

.ContentZone .School_link {
    text-decoration: none;
    color: black;
}

hr#Line {
    border: 0;
    height: 2px;
    background-color: #000000;
    margin: 20px 0;
}

h3 {
    margin-bottom: 5px;
}

h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .ContentZone {
        font-size: 18px;
    }

    .ContentZone #Photo {
        margin-top: 3%;
        margin-left: 3%;
        margin-right: 3%;
        width: 150px;
        height: 150px;
        border-radius: 8%;
        border: 1=2px solid black;
    }

    table {
        font-size: 14px;
    }
}
