@import url("https://fonts.googleapis.com/css2?family=Merriweather&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ballet:opsz@16..72&display=swap");

.my-text {
  font-family: "Ballet", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

* {
    font-family: 'Merriweather';
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1 {
    text-align: center;
}

h3 {
    margin: auto;
    color: white;
    padding: 5px;
}

h2 {
    margin: auto;
    color: white;
    padding: 5px;
}

body {
    background-image: url("../images/stars2.gif");
    background-repeat: repeat;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-size: 1.0vw;
    overflow: auto;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.main-container {
    background-color: rgb(1, 11, 25);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-size: 1.0vw;
    overflow: auto;
    border: 15px solid rgb(2, 22, 49);
    padding: 10px;
    width: 60%;
    box-shadow: -10px -10px rgb(3, 33, 74) inset, 10px 10px rgb(3, 33, 74) inset;
}

header {
    background-color: rgb(2, 22, 49);
    background-image: url('../images/cata.jpg');
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    min-height: 5vh;
}

header h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5vw;
    color: whitesmoke;
    min-height: 5vh;
}

nav {
    min-height: 5vh;
    
}

nav ul {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    background-color: rgb(3, 33, 74);
    min-height: 3vh;
    display: flex;
    align-items: center;
    text-decoration-color: black;
}

nav li {
    float: left;
}

nav li a {
    display: block;
    font: bold;
    color: whitesmoke;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

nav li a:hover {
    background-color: white;
    color: black;
}

h2 {
    text-align: center;
    font-size: 40px;
}

.row {
    margin: auto;
}

img {
    display: block;
    width: 60%;
    margin: auto;
    border: 15px solid rgb(2, 22, 49);
    box-shadow: -10px -10px rgb(3, 33, 74) inset, 10px 10px rgb(3, 33, 74) inset;
    padding: 10px;

}
