        body {
            background-color: rgb(196, 196, 196);
        }

        h1 {
            font-size: 40px;
            text-align: center;
        }

        .fc {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            border: 1px black solid;
            padding: 4em;
            border-radius: 32px;
            background-color: white;
        }

        .fc img {
            height: 300px;
            width: auto;
            object-fit: contain;
        }

        .links {
            align-items: center;
            display: flex;
            justify-content: center;
            flex-direction: column;
            font-size: 20px;
        }

        .tegin {
            border: 1px black solid;
            width: 30%;
            transform: translate(-50%);
            position: relative;
            left: 50%;
            border: 1px black solid;
            border-radius: 32px;
            background-color: white;
            margin: 16px;
        }

        .links {
            border: 1px black solid;
            width: 10%;
            transform: translate(-50%);
            position: relative;
            left: 50%;
            border: 1px black solid;
            border-radius: 32px;
            background-color: white;
            margin: 16px;
        }

        @media (max-width: 500px) {
            .fc {
                display: flex;
                flex-direction: column;
                align-items: center;
            }
        }