*{
    box-sizing: border-box;
}




body{
    margin: 0;
}

main{
    width: 100vw;
    height: 100vh;
    display: flex;
    overflow: hidden;
}

.col1{
    width: 40%;
    height: 100vh;
    padding: 1rem;
    padding-right: 50px;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.col1 img{
    width: 400px;
}

.col2{
    width: 60%;
    min-height: 100vh;
    padding: 2.5rem;
    background-color: #333333;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    gap: 1.5rem;
}

h2{
    font-family: "tt-commons-pro", sans-serif;
    font-size: 40px;
    color: #fafafa;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}


.error a:hover{
    color: #fafafa;
    background-color: #0d00ff;
    transform: scale(102%);
}

.col2 a{
    font-family: "tt-commons-pro", sans-serif;
    font-size: 65px;
    font-weight: 600;
    line-height: 100%;
    padding: 0.5rem;
    width: fit-content;
    color: #696969;
    text-decoration: none;
    transition: 0.2s ease-out;

}

.col2 a:hover{
    color: #fafafa;

    transform: scale(102%);
}

hr {
    display: block;
    margin-top: 5px;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    opacity: 0.5;
  }

.home{
    padding: 32px;
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    place-content: center;
    text-align: center;
}

.home img{
    width: 600px;
    padding: 40px;
    display: block;
}


.error{
    padding: 32px;
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    place-content: center;
    text-align: center;
}

.error img{
    width: 600px;
    padding: 40px;
    display: block;
}

h3{
    font-family: "tt-commons-pro", sans-serif;
    font-size: 40px;
    color: #ff0000;
    font-weight: 600;
    line-height: 1.5;
    margin: 0%;
}

h4{
    font-family: "tt-commons-pro", sans-serif;
    font-size: 20px;
    color: #333333;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 50px;
}

.error a{
    font-family: "tt-commons-pro", sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding: 0.5rem;
    width: fit-content;
    color: #fff;
    margin: 0 auto;
    background-color: #524ade;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.2s ease-out;

}

.home a{
    font-family: "tt-commons-pro", sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding: 0.5rem;
    display: inline-block;
    width: fit-content;
    color: #fff;
    margin: 5px auto;
    background-color: #333333;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.2s ease-out;

}

.home a:hover{
    color: #fafafa;
    transform: scale(102%);
}

header{
    background-color: #000000;
    padding: 16px;
}

header a{
    color: #fafafa;
    font-family: "tt-commons-pro", sans-serif;
    padding: 0 20px;
    text-decoration: none;
}

header{
    margin: 0 auto;
    display: flex;
    justify-content: center;

}