.miranda-sans-123 {
  font-family: "Miranda Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; 
  font-style: normal;
}

.main-container {
    height: 100vh; 
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center;    
}

.img-top {
    max-width: 200px; 
    margin-bottom: 20px;
}


.p-t {
    color: #ede8d0;
    font-family: "Miranda Sans", sans-serif;
    text-align: center;
}

h1, h6 {
    margin: 10px;
}
h1 {
    font-size: 60px;
    color: #ede8d0;
    font-family: "Miranda Sans", sans-serif;
    text-align: center;
}

.footer-container {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 10px;
}

#ass {
    text-align: right;
}


#name {
    /* placeholder */
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: #2b2725;
    color: #ede8d0;
    font-family: sans-serif;
}