* {
    box-sizing: border-box;
    padding: 0;
    font-family: 'Inter', sans-serif;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #dac3d0;
    background-color: #2B1723;
}

h1 {
    font-size: 400%;
    font-weight: 900;
}

.icon {
    max-width: 380px;
    width: 100%;
    margin-top: 16px;
}

.mockGo {
    max-width: 540px;
    width: 100%;
    margin-top: 24px;
}

.bigTxt {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.6;   
    max-width: 480px;
    margin: 0px;
    margin-bottom: 16px;
}

.title {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.6;   
    max-width: 480px;
    margin: 16px auto 0;
}

.txt {
    font-size: 1.3rem;  
    line-height: 1.6;   
    max-width: 480px;
    margin: 12px auto 0;
}

.linkTxt {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.6; 
    text-decoration: none;  
    max-width: 480px;
    margin: 16px auto 0;
    color: #cad178;
}

.linkTxt:hover {
    text-decoration: underline;  
    color: #78c0e0;
}

.bottomLinkTxt {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.6;   
    text-decoration: none;  
    max-width: 480px;
    margin: 48px auto 0;
    margin-bottom: 64px;
    color: #cad178;
}

.bottomLinkTxt:hover {
    text-decoration: underline;  
    color: #78c0e0;
}