*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

h1 {
    font-family: "Delicious Handrawn", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 100px;
    text-align: center;
}

h2 {
    font-family: "Pompiere", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
    padding: 10px;
}

body {
    background-color: darksalmon;
}


#whale img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.contact a {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: black;
    text-decoration: none;
    background-color: rgba(255, 255, 255,0.5);
    padding: 5px;
    border: 2px solid white;
    border-radius: 5px;
    
    margin-left: auto;
    margin-right: auto;
}

.contact a:hover {
    color: darkslategrey;
}

.links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.ljlinks {
    background-color: rgba(255, 255, 255,0.5);
    padding: 5px;
    border: 2px solid white;
    width: 450px;
    border-radius: 5px;
    margin: 20px;
}

.ljlinks a {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: black;
    text-decoration: none;
}

.ljlinks a:hover {
    color: darkslategrey;
}

.debuglinks {
    background-color: rgba(255, 255, 255,0.5);
    padding: 5px;
    border: 2px solid white;
    width: 450px;
    border-radius: 5px;
    margin: 20px;
}

.debuglinks a {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: black;
    text-decoration: none;
}

.debuglinks a:hover {
    color: darkslategrey;
}

.temppractice {
    background-color: rgba(255, 255, 255,0.5);
    padding: 5px;
    border: 2px solid white;
    width: 450px;
    border-radius: 5px;
    margin: 20px;
}

.temppractice a {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: black;
    text-decoration: none;
}

.temppractice a:hover {
    color: darkslategrey;
}

.tempsite {
    background-color: rgba(255, 255, 255,0.5);
    padding: 5px;
    border: 2px solid white;
    width: 450px;
    border-radius: 5px;
    margin: 20px;
}

.tempsite a {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: black;
    text-decoration: none;
}

.tempsite a:hover {
    color: darkslategrey;
}