/*
Theme Name: Okazaki Theme
Theme URI: https://example.com/
Author: Okazaki
Author URI: https://example.com/
Description: A WordPress theme based on the provided portfolio static site.
Version: 1.5.5
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: okazaki-theme
*/

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wp-caption,
.wp-caption img {
  max-width: 100%;
}

.alignleft {
  float: left;
  margin: 0 24px 24px 0;
}

.alignright {
  float: right;
  margin: 0 0 24px 24px;
}

.aligncenter {
  display: block;
  margin-inline: auto;
}




