@import url('https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Hand:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

#externalDiv {
    width: 400px;
    height: 500px;
    border: solid 5px;
    border-color: black;
    border-radius: 20px;
    margin-top: 40px;
    background-color: white;
}

#all {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
}

h1 {
    margin: 0;
}

a {
    text-decoration: none;
    color: white;
}

#footer {
    margin-top: auto;
    background-color: hsl(40, 60%, 70%);
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100dvh;
    margin: 0;
    font-family: "Raleway", sans-serif;
    height: 100vh;
    width: 100vw;
    background-color: hsl(40, 60%, 95%);
}
 
#h1Screen {
    border: solid 2px;
    border-color: black;
    width: 370px;
    height: 60px;
    border-radius: 4px;
    margin: 0;
    font-size: 50px;
    overflow: scroll;
}

#h1ScreenDiv {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   padding: 5px; 
   font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif
}

#h1Title {
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

#divButtons {
    padding: 13px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

#canc {
    width: 185px;
    height: 60px;
    color: hsl(0, 0%, 100%);
    font-size: 35px;
    border: solid 1px;
    border-radius: 5px;
    border-color: hsl(0, 0%, 90%);
    background-color: hsl(0, 0%, 10%);
    transition: 0.2s;
}

#firstButtons button:hover {
    cursor: pointer;
    background-color: hsl(0, 0%, 20%);
}

#firstButtons {
    display: flex;
    gap: 4px;
}

#containerFirstButton {
    display: flex;
    gap: 4px;
}

#containerFirstButton button {
    width: 90px;
    height: 60px;
    color: hsl(0, 0%, 100%);
    font-size: 35px;
    border: solid 1px;
    border-radius: 5px;
    border-color: hsl(0, 0%, 90%);
    background-color: hsl(0, 0%, 10%);
    transition: 0.2s;
}

#firstButtons button img {
    height: 60px;
}

.button {
    width: 90.15px;
    background-color: hsl(0, 0%, 15%);
    height: 71px;
    color: hsl(0, 0%, 100%);
    border: solid 1px;
    border-radius: 5px;
    border-color: hsl(0, 0%, 90%);
    padding: 0;
    margin-top: 0.8px;
    margin-bottom: 0px;
    margin: 1px 0px 1px 0px;
}

.button:hover {
    cursor: pointer;
    background-color: hsl(0, 0%, 20%);
}

.button img {
    width: 40px;
    height: 40px;
}

#secondButtons, #thirdButtons, #forthButtons, #lastButtons {
    display: flex;
    gap: 4px;
} 