cloudflare
tcp/443 tcp/80 tcp/8443
Open service 104.21.32.191:80 · remybegoz.pro
2026-01-26 15:45
HTTP/1.1 301 Moved Permanently
Date: Mon, 26 Jan 2026 15:45:17 GMT
Content-Length: 0
Connection: close
Location: https://remybegoz.pro/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=lUQWjlTCLXAjEwSFmNyeQdWGKDcExMeuhT9YYVpZ2tT%2BrwEMW6z1F29yqgxxsBWu5wdyAFl%2B64ne%2BeyYnWqwHbon7hbj8SvnH7SCEE8%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c4122f3486b2bd9-FRA
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:3037::6815:20bf:443 · remybegoz.pro
2026-01-26 15:45
HTTP/1.1 200 OK
Date: Mon, 26 Jan 2026 15:45:20 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Permissions-Policy: browsing-topics=(self)
Set-Cookie: 39F0AG7zXZDW6T-cZT0U6NjkEwZ0zwq2Coa8QgXGF_GjF9FkPsN-tsYz-pnjveu1EKsRIelClp5-kA3-mWGDeg=d112054dedd0ba6e68598e0114044791; path=/; HttpOnly
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=11,cfOrigin;dur=1030
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=UuBi3WHJep%2FJchmR8AOdPcMVuurwJwKfGncTiSB1aekrjRJI1jc2l1CYzR3sS7cPxBVSg51sS%2FMVbgTmzizs95nwlVRMSAZEIBOTPgyvImdXgThcYVgypVU%3D"}]}
CF-RAY: 9c4122ff1dd03f9d-BOM
alt-svc: h3=":443"; ma=86400
Page title:
Canadian Interview Mastery - Ace Your Next Job Interview!
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>
Canadian Interview Mastery - Ace Your Next Job Interview!
</title>
<link href="/_cdn/production/landing-cdn/71608f3d-e989-4787-a78b-ba30c12cdb87/602a89bb-ee65-4cb8-8ca4-b6471110531e/_assets/e236dad3c419835ac08309a26a86b6d5svg" rel="icon">
<style>
@font-face {
font-family: 'Inter';
src: url("/_cdn/production/landing-cdn/71608f3d-e989-4787-a78b-ba30c12cdb87/602a89bb-ee65-4cb8-8ca4-b6471110531e/fonts/Inter-Regular.woff2") format('woff2'),
url("/_cdn/production/landing-cdn/71608f3d-e989-4787-a78b-ba30c12cdb87/602a89bb-ee65-4cb8-8ca4-b6471110531e/fonts/Inter-Regular.woff") format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Inter';
src: url("/_cdn/production/landing-cdn/71608f3d-e989-4787-a78b-ba30c12cdb87/602a89bb-ee65-4cb8-8ca4-b6471110531e/fonts/Inter-Bold.woff2") format('woff2'),
url("/_cdn/production/landing-cdn/71608f3d-e989-4787-a78b-ba30c12cdb87/602a89bb-ee65-4cb8-8ca4-b6471110531e/fonts/Inter-Bold.woff") format('woff');
font-weight: 700;
font-style: normal;
}
:root {
--primary-color: #007bff;
--secondary-color: #6c757d;
--light-blue: #e7f5ff;
--white: #fff;
--text-color: #343a40;
--font-family: 'Inter', sans-serif;
}
body {
font-family: var(--font-family);
margin: 0;
padding: 0;
color: var(--text-color);
background-color: var(--white);
line-height: 1.6;
}
header {
background-color: var(--light-blue);
padding: 20px;
text-align: center;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
header h1 {
color: var(--primary-color);
margin: 0;
font-size: 2.5em;
font-weight: 700;
}
nav {
display: flex;
justify-content: center;
margin-top: 15px;
}
nav a {
color: var(--secondary-color);
text-decoration: none;
padding: 10px 20px;
border-radius: 5px;
transition: background-color 0.3s, color 0.3s;
}
nav a:hover {
background-color: var(--primary-color);
color: var(--white);
}
.hero {
background-image: url("/_cdn/production/landing-cdn/71608f3d-e989-4787-a78b-ba30c12cdb87/602a89bb-ee65-4cb8-8ca4-b6471110531e/images/hero-image.jpg"); /* Replace with your image */
background-size: cover;
background-position: center;
color: var(--white);
text-align: center;
padding: 120px 0;
position: relative;
}
.hero::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4); /* Dark overlay */
z-index: 1;
}
.hero-content {
position: relative;
z-index: 2;
}
.hero h2 {
font-size: 3em;
margin-bottom: 20px;
font-weight: 700;
}
.hero p {
font-size: 1.2em;
margin-bottom: 30px;
}
.btn {
display: inline-block;
background-color: var(--primary-color);
color: var(--white);
padding: 12px 30px;
text-decoration: none;
border-radius: 5px;
font-size: 1.1em;
transition: background-color 0.3s;
}
.btn:hover {
background-color: #0056b3;
}
.about-us, .courses, .how-it-works, .testimonials {
padding: 50px;
text-align: center;
}
.about-us h3, .courses h3, .how-it-works h3, .testimonials h3 {
font-size: 2em;
margin-bottom: 20px;
font-weight: 700;
}
.about-us p, .courses p, .how-it-works p {
margin-bottom: 30px;
}
.courses-list {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.course-item {
width: 300px;
margin-bottom: 30px;
padding: 20px;
border: 1px solid #ddd;
border-radius: 5px;
background-color: var(--white);
Open service 2606:4700:3037::6815:20bf:8443 · remybegoz.pro
2026-01-26 15:45
HTTP/1.1 521 <none> Date: Mon, 26 Jan 2026 15:45:16 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=82,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9c4122ebcdbe2c56-EWR alt-svc: h3=":8443"; ma=86400 error code: 521
Open service 172.67.154.108:8443 · remybegoz.pro
2026-01-26 15:45
HTTP/1.1 521 <none> Date: Mon, 26 Jan 2026 15:45:16 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9c4122ef5c9a54a3-FRA alt-svc: h3=":8443"; ma=86400 error code: 521
Open service 172.67.154.108:443 · remybegoz.pro
2026-01-26 15:45
HTTP/1.1 200 OK
Date: Mon, 26 Jan 2026 15:45:21 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Permissions-Policy: browsing-topics=(self)
Set-Cookie: x_npw5JUTU6xPGgNTysCQenwYKcC4GiXac3qnN_CHMQLTkcxIZgrGXnuPtQOpMUrVeGP10RFU7PgVWuFgKzirA=896971ff67ca65c25705a1f5305a6ca6; path=/; HttpOnly
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=4,cfOrigin;dur=2467
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=WYCWRKlPL%2B6I5QAkg2XGJ%2F3KZSR9pIuOoA5YrsRJ0rwd0YetmD3BhVBd2ije%2BcXHtzGuC%2FRVROWBR6YoskXlmgkMfJaiLM5Nj2yWRQM%3D"}]}
CF-RAY: 9c4122fdc9c08631-YYZ
alt-svc: h3=":443"; ma=86400
Page title:
Canadian Interview Mastery - Ace Your Next Job Interview!
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>
Canadian Interview Mastery - Ace Your Next Job Interview!
</title>
<link href="/_cdn/production/landing-cdn/71608f3d-e989-4787-a78b-ba30c12cdb87/602a89bb-ee65-4cb8-8ca4-b6471110531e/_assets/e236dad3c419835ac08309a26a86b6d5svg" rel="icon">
<style>
@font-face {
font-family: 'Inter';
src: url("/_cdn/production/landing-cdn/71608f3d-e989-4787-a78b-ba30c12cdb87/602a89bb-ee65-4cb8-8ca4-b6471110531e/fonts/Inter-Regular.woff2") format('woff2'),
url("/_cdn/production/landing-cdn/71608f3d-e989-4787-a78b-ba30c12cdb87/602a89bb-ee65-4cb8-8ca4-b6471110531e/fonts/Inter-Regular.woff") format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Inter';
src: url("/_cdn/production/landing-cdn/71608f3d-e989-4787-a78b-ba30c12cdb87/602a89bb-ee65-4cb8-8ca4-b6471110531e/fonts/Inter-Bold.woff2") format('woff2'),
url("/_cdn/production/landing-cdn/71608f3d-e989-4787-a78b-ba30c12cdb87/602a89bb-ee65-4cb8-8ca4-b6471110531e/fonts/Inter-Bold.woff") format('woff');
font-weight: 700;
font-style: normal;
}
:root {
--primary-color: #007bff;
--secondary-color: #6c757d;
--light-blue: #e7f5ff;
--white: #fff;
--text-color: #343a40;
--font-family: 'Inter', sans-serif;
}
body {
font-family: var(--font-family);
margin: 0;
padding: 0;
color: var(--text-color);
background-color: var(--white);
line-height: 1.6;
}
header {
background-color: var(--light-blue);
padding: 20px;
text-align: center;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
header h1 {
color: var(--primary-color);
margin: 0;
font-size: 2.5em;
font-weight: 700;
}
nav {
display: flex;
justify-content: center;
margin-top: 15px;
}
nav a {
color: var(--secondary-color);
text-decoration: none;
padding: 10px 20px;
border-radius: 5px;
transition: background-color 0.3s, color 0.3s;
}
nav a:hover {
background-color: var(--primary-color);
color: var(--white);
}
.hero {
background-image: url("/_cdn/production/landing-cdn/71608f3d-e989-4787-a78b-ba30c12cdb87/602a89bb-ee65-4cb8-8ca4-b6471110531e/images/hero-image.jpg"); /* Replace with your image */
background-size: cover;
background-position: center;
color: var(--white);
text-align: center;
padding: 120px 0;
position: relative;
}
.hero::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4); /* Dark overlay */
z-index: 1;
}
.hero-content {
position: relative;
z-index: 2;
}
.hero h2 {
font-size: 3em;
margin-bottom: 20px;
font-weight: 700;
}
.hero p {
font-size: 1.2em;
margin-bottom: 30px;
}
.btn {
display: inline-block;
background-color: var(--primary-color);
color: var(--white);
padding: 12px 30px;
text-decoration: none;
border-radius: 5px;
font-size: 1.1em;
transition: background-color 0.3s;
}
.btn:hover {
background-color: #0056b3;
}
.about-us, .courses, .how-it-works, .testimonials {
padding: 50px;
text-align: center;
}
.about-us h3, .courses h3, .how-it-works h3, .testimonials h3 {
font-size: 2em;
margin-bottom: 20px;
font-weight: 700;
}
.about-us p, .courses p, .how-it-works p {
margin-bottom: 30px;
}
.courses-list {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.course-item {
width: 300px;
margin-bottom: 30px;
padding: 20px;
border: 1px solid #ddd;
border-radius: 5px;
background-color: var(--white);
Open service 2606:4700:3035::ac43:9a6c:8443 · remybegoz.pro
2026-01-26 15:45
HTTP/1.1 521 <none> Date: Mon, 26 Jan 2026 15:45:18 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=2046,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9c4122f03a15ac5d-YYZ alt-svc: h3=":8443"; ma=86400 error code: 521
Open service 2606:4700:3035::ac43:9a6c:443 · remybegoz.pro
2026-01-26 15:45
HTTP/1.1 200 OK
Date: Mon, 26 Jan 2026 15:45:16 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Permissions-Policy: browsing-topics=(self)
Set-Cookie: Egm48ulyQ9f7U7LgP4lIgT0vfTZI_0tssS7Jo6WskezHIm8JwCdIWd88RkFNssspUWkgBkbwkDBlQC1kB3jnCg=3076a5510de5fd5fd0a97934082b01b2; path=/; HttpOnly
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=d5%2FqS%2F6LwbWUmHEjQetJTYGuhmVRL58htpcBiw%2FnhXufV0mjztkw0SuM9peVU4rPetRLe7Z2OhFzZTogPzP8X3eqTMICZ6DE1Hx2WUWTZTrlnwABBQ0hWfA%3D"}]}
CF-RAY: 9c4122e9ce48e862-FRA
alt-svc: h3=":443"; ma=86400
Page title:
Canadian Interview Mastery - Ace Your Next Job Interview!
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>
Canadian Interview Mastery - Ace Your Next Job Interview!
</title>
<link href="/_cdn/production/landing-cdn/71608f3d-e989-4787-a78b-ba30c12cdb87/602a89bb-ee65-4cb8-8ca4-b6471110531e/_assets/e236dad3c419835ac08309a26a86b6d5svg" rel="icon">
<style>
@font-face {
font-family: 'Inter';
src: url("/_cdn/production/landing-cdn/71608f3d-e989-4787-a78b-ba30c12cdb87/602a89bb-ee65-4cb8-8ca4-b6471110531e/fonts/Inter-Regular.woff2") format('woff2'),
url("/_cdn/production/landing-cdn/71608f3d-e989-4787-a78b-ba30c12cdb87/602a89bb-ee65-4cb8-8ca4-b6471110531e/fonts/Inter-Regular.woff") format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Inter';
src: url("/_cdn/production/landing-cdn/71608f3d-e989-4787-a78b-ba30c12cdb87/602a89bb-ee65-4cb8-8ca4-b6471110531e/fonts/Inter-Bold.woff2") format('woff2'),
url("/_cdn/production/landing-cdn/71608f3d-e989-4787-a78b-ba30c12cdb87/602a89bb-ee65-4cb8-8ca4-b6471110531e/fonts/Inter-Bold.woff") format('woff');
font-weight: 700;
font-style: normal;
}
:root {
--primary-color: #007bff;
--secondary-color: #6c757d;
--light-blue: #e7f5ff;
--white: #fff;
--text-color: #343a40;
--font-family: 'Inter', sans-serif;
}
body {
font-family: var(--font-family);
margin: 0;
padding: 0;
color: var(--text-color);
background-color: var(--white);
line-height: 1.6;
}
header {
background-color: var(--light-blue);
padding: 20px;
text-align: center;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
header h1 {
color: var(--primary-color);
margin: 0;
font-size: 2.5em;
font-weight: 700;
}
nav {
display: flex;
justify-content: center;
margin-top: 15px;
}
nav a {
color: var(--secondary-color);
text-decoration: none;
padding: 10px 20px;
border-radius: 5px;
transition: background-color 0.3s, color 0.3s;
}
nav a:hover {
background-color: var(--primary-color);
color: var(--white);
}
.hero {
background-image: url("/_cdn/production/landing-cdn/71608f3d-e989-4787-a78b-ba30c12cdb87/602a89bb-ee65-4cb8-8ca4-b6471110531e/images/hero-image.jpg"); /* Replace with your image */
background-size: cover;
background-position: center;
color: var(--white);
text-align: center;
padding: 120px 0;
position: relative;
}
.hero::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4); /* Dark overlay */
z-index: 1;
}
.hero-content {
position: relative;
z-index: 2;
}
.hero h2 {
font-size: 3em;
margin-bottom: 20px;
font-weight: 700;
}
.hero p {
font-size: 1.2em;
margin-bottom: 30px;
}
.btn {
display: inline-block;
background-color: var(--primary-color);
color: var(--white);
padding: 12px 30px;
text-decoration: none;
border-radius: 5px;
font-size: 1.1em;
transition: background-color 0.3s;
}
.btn:hover {
background-color: #0056b3;
}
.about-us, .courses, .how-it-works, .testimonials {
padding: 50px;
text-align: center;
}
.about-us h3, .courses h3, .how-it-works h3, .testimonials h3 {
font-size: 2em;
margin-bottom: 20px;
font-weight: 700;
}
.about-us p, .courses p, .how-it-works p {
margin-bottom: 30px;
}
.courses-list {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.course-item {
width: 300px;
margin-bottom: 30px;
padding: 20px;
border: 1px solid #ddd;
border-radius: 5px;
background-color: var(--white);
Open service 104.21.32.191:443 · remybegoz.pro
2026-01-26 15:45
HTTP/1.1 200 OK
Date: Mon, 26 Jan 2026 15:45:16 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Permissions-Policy: browsing-topics=(self)
Set-Cookie: Xk7b739yNPBnx6nsB7paTyi3yAX3Bpu7lOAkNXPb3qxSxvZXHSBaGd97OXvjtCUmuxqa8caCLWd5ibtGMa-ySQ=d9bff7fa6fb2dd0e754f6e437cc7accc; path=/; HttpOnly
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=m%2BIOoPH8L3DnoDXJxB81nbPrP9nCp9715dJciJxQFRoORDBw%2FcML0r9P2VsRB1Zf7oO%2Bw0J6BZ4IZpaAS7M6hdpTv%2BRHyMAC1lhQ9UY%3D"}]}
CF-RAY: 9c4122e86fb235ec-FRA
alt-svc: h3=":443"; ma=86400
Page title:
Canadian Interview Mastery - Ace Your Next Job Interview!
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>
Canadian Interview Mastery - Ace Your Next Job Interview!
</title>
<link href="/_cdn/production/landing-cdn/71608f3d-e989-4787-a78b-ba30c12cdb87/602a89bb-ee65-4cb8-8ca4-b6471110531e/_assets/e236dad3c419835ac08309a26a86b6d5svg" rel="icon">
<style>
@font-face {
font-family: 'Inter';
src: url("/_cdn/production/landing-cdn/71608f3d-e989-4787-a78b-ba30c12cdb87/602a89bb-ee65-4cb8-8ca4-b6471110531e/fonts/Inter-Regular.woff2") format('woff2'),
url("/_cdn/production/landing-cdn/71608f3d-e989-4787-a78b-ba30c12cdb87/602a89bb-ee65-4cb8-8ca4-b6471110531e/fonts/Inter-Regular.woff") format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Inter';
src: url("/_cdn/production/landing-cdn/71608f3d-e989-4787-a78b-ba30c12cdb87/602a89bb-ee65-4cb8-8ca4-b6471110531e/fonts/Inter-Bold.woff2") format('woff2'),
url("/_cdn/production/landing-cdn/71608f3d-e989-4787-a78b-ba30c12cdb87/602a89bb-ee65-4cb8-8ca4-b6471110531e/fonts/Inter-Bold.woff") format('woff');
font-weight: 700;
font-style: normal;
}
:root {
--primary-color: #007bff;
--secondary-color: #6c757d;
--light-blue: #e7f5ff;
--white: #fff;
--text-color: #343a40;
--font-family: 'Inter', sans-serif;
}
body {
font-family: var(--font-family);
margin: 0;
padding: 0;
color: var(--text-color);
background-color: var(--white);
line-height: 1.6;
}
header {
background-color: var(--light-blue);
padding: 20px;
text-align: center;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
header h1 {
color: var(--primary-color);
margin: 0;
font-size: 2.5em;
font-weight: 700;
}
nav {
display: flex;
justify-content: center;
margin-top: 15px;
}
nav a {
color: var(--secondary-color);
text-decoration: none;
padding: 10px 20px;
border-radius: 5px;
transition: background-color 0.3s, color 0.3s;
}
nav a:hover {
background-color: var(--primary-color);
color: var(--white);
}
.hero {
background-image: url("/_cdn/production/landing-cdn/71608f3d-e989-4787-a78b-ba30c12cdb87/602a89bb-ee65-4cb8-8ca4-b6471110531e/images/hero-image.jpg"); /* Replace with your image */
background-size: cover;
background-position: center;
color: var(--white);
text-align: center;
padding: 120px 0;
position: relative;
}
.hero::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4); /* Dark overlay */
z-index: 1;
}
.hero-content {
position: relative;
z-index: 2;
}
.hero h2 {
font-size: 3em;
margin-bottom: 20px;
font-weight: 700;
}
.hero p {
font-size: 1.2em;
margin-bottom: 30px;
}
.btn {
display: inline-block;
background-color: var(--primary-color);
color: var(--white);
padding: 12px 30px;
text-decoration: none;
border-radius: 5px;
font-size: 1.1em;
transition: background-color 0.3s;
}
.btn:hover {
background-color: #0056b3;
}
.about-us, .courses, .how-it-works, .testimonials {
padding: 50px;
text-align: center;
}
.about-us h3, .courses h3, .how-it-works h3, .testimonials h3 {
font-size: 2em;
margin-bottom: 20px;
font-weight: 700;
}
.about-us p, .courses p, .how-it-works p {
margin-bottom: 30px;
}
.courses-list {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.course-item {
width: 300px;
margin-bottom: 30px;
padding: 20px;
border: 1px solid #ddd;
border-radius: 5px;
background-color: var(--white);
Open service 104.21.32.191:8443 · remybegoz.pro
2026-01-26 15:44
HTTP/1.1 521 <none> Date: Mon, 26 Jan 2026 15:45:07 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9c4122b5697a9734-FRA alt-svc: h3=":8443"; ma=86400 error code: 521